CairoContext::lineTo

(PECL cairo >= 0.1.0) The lineTo purpose public void CairoContext::lineTo ( string $x, string $y ) Object oriented style (method): Procedural style: void cairo_line_to ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description... y Descrip

CairoContext::inStroke

(PECL cairo >= 0.1.0) The inStroke purpose public bool CairoContext::inStroke ( string $x, string $y ) Object oriented style (method): Procedural style: bool cairo_in_stroke ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description... y De

CairoContext::inFill

(PECL cairo >= 0.1.0) The inFill purpose public bool CairoContext::inFill ( string $x, string $y ) Object oriented style (method): Procedural style: bool cairo_in_fill ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description... y Descript

CairoContext::identityMatrix

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

CairoContext::hasCurrentPoint

(PECL cairo >= 0.1.0) The hasCurrentPoint purpose public bool CairoContext::hasCurrentPoint ( void ) Object oriented style (method): Procedural style: bool cairo_has_current_point ( CairoContext $context ) Returns whether a current point is defined on the current path. See CairoContext::getCurrentPoint() for details on the current point. Parameters: context A valid Ca

CairoContext::glyphPath

(PECL cairo >= 0.1.0) The glyphPath purpose public void CairoContext::glyphPath ( array $glyphs ) Object oriented style Procedural style void cairo_glyph_path ( CairoContext $context , array $glyphs ) Adds closed paths for the glyphs to the current path. The generated path if filled, achieves an effect similar to that of CairoContext::showGlyphs(). Parameters: context

CairoContext::getTolerance

(PECL cairo >= 0.1.0) The getTolerance purpose public float CairoContext::getTolerance ( void ) Object oriented style (method): Procedural style: float cairo_get_tolerance ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not d

CairoContext::getTarget

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

CairoContext::getSource

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

CairoContext::getScaledFont

(PECL cairo >= 0.1.0) The getScaledFont purpose public void CairoContext::getScaledFont ( void ) Object oriented style (method): Procedural style: void cairo_get_scaled_font ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently no