CairoContext::getCurrentPoint

(PECL cairo >= 0.1.0) The getCurrentPoint purpose public array CairoContext::getCurrentPoint ( void ) Object oriented style Procedural style array cairo_get_current_point ( CairoContext $context ) Gets the current point of the current path, which is conceptually the final point reached by the path so far. The current point is returned in the user-space coordinate system. If there is no defined current point or if cr is

CairoContext::getFillRule

(PECL cairo >= 0.1.0) The getFillRule purpose public int CairoContext::getFillRule ( void ) Object oriented style (method): Procedural style: int cairo_get_fill_rule ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documen

CairoContext::getAntialias

(PECL cairo >= 0.1.0) Retrives the current antialias mode public int CairoContext::getAntialias ( void ) Object oriented style (method): Procedural style: int cairo_get_antialias ( CairoContext $context ) Returns the current CairoAntialias mode, as set by CairoContext::setAntialias(). Parameters: context A valid CairoContext object created with CairoContext::__constru

CairoContext::getDash

(PECL cairo >= 0.1.0) The getDash purpose public array CairoContext::getDash ( void ) Object oriented style (method): Procedural style: array cairo_get_dash ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; only

CairoContext::getDashCount

(PECL cairo >= 0.1.0) The getDashCount purpose public int CairoContext::getDashCount ( void ) Object oriented style (method): Procedural style: int cairo_get_dash_count ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not docu

CairoContext::fillPreserve

(PECL cairo >= 0.1.0) Fills and preserve the current path public void CairoContext::fillPreserve ( void ) Object oriented style (method): Procedural style: void cairo_fill_preserve ( CairoContext $context ) A drawing operator that fills the current path according to the current CairoFillRule, (each sub-path is implicitly closed before being filled). Unlike CairoContext::fill(), CairoContext::fillPreserve() (Procedural c

CairoContext::fillExtents

(PECL cairo >= 0.1.0) Computes the filled area public array CairoContext::fillExtents ( void ) Object oriented style (method): Procedural style: array cairo_fill_extents ( CairoContext $context ) Computes a bounding box in user coordinates covering the area that would be affected, (the “inked” area), by a CairoContext::fill() operation given the current path and fill parameters. If the current path is empty, returns an e

CairoContext::fontExtents

(PECL cairo >= 0.1.0) Get the font extents public array CairoContext::fontExtents ( void ) Object oriented style (method): Procedural style: array cairo_font_extents ( CairoContext $context ) Gets the font extents for the currently selected font. Parameters: context Description... Returns: An array containing the font extents for the current

CairoContext::fill

(PECL cairo >= 0.1.0) Fills the current path public void CairoContext::fill ( void ) Object oriented style (method): Procedural style: void cairo_fill ( CairoContext $context ) A drawing operator that fills the current path according to the current CairoFillRule, (each sub-path is implicitly closed before being filled). After CairoContext::fill() or cairo_fill(), the current path will be cleared from the CairoContext.

CairoContext::deviceToUserDistance

(PECL cairo >= 0.1.0) Transform a distance public array CairoContext::deviceToUserDistance ( float $x, float $y ) Object oriented style (method): Procedural style: array cairo_device_to_user_distance ( CairoContext $context , float $x , float $y ) Transform a distance vector from device space to user space. This function is similar to CairoContext::deviceToUser() or cairo_device_to_user() except that the translation comp