CairoSurface::getContent

(PECL cairo >= 0.1.0) The getContent purpose public int CairoSurface::getContent ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoSurface::getContent() example <

CairoSurface::getDeviceOffset

(PECL cairo >= 0.1.0) The getDeviceOffset purpose public array CairoSurface::getDeviceOffset ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoSurface::getDeviceOffset() example

CairoSurface::setFallbackResolution

(PECL cairo >= 0.1.0) The setFallbackResolution purpose public void CairoSurface::setFallbackResolution ( string $x, string $y ) The method description goes here. Parameters: x Description... y Description... Returns: Description... This function is currently not documen

CairoSurface::copyPage

(PECL cairo >= 0.1.0) The copyPage purpose public void CairoSurface::copyPage ( void ) Object oriented style (method): Procedural style: void cairo_copy_page ( CairoContext $context ) Emits the current page for backends that support multiple pages, but doesn't clear it, so that the contents of the current page will be retained for the next page. Use CairoSurface::showPage() if you want to get an empty page after the emi

CairoSurface::createSimilar

(PECL cairo >= 0.1.0) The createSimilar purpose public void CairoSurface::createSimilar ( CairoSurface $other, int $content, string $width, string $height ) Create a new surface that is as compatible as possible with an existing surface. For example the new surface will have the same fallback resolution and font options as other. Generally, the new surface will also use the same backend as other, unless that is not possi

CairoSurface::finish

(PECL cairo >= 0.1.0) The finish purpose public void CairoSurface::finish ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoSurface::finish() example <?php /* .

CairoSurface::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoSurface::__construct ( void ) CairoSurface is an abstract type and, as such, should not be instantiated in your PHP scripts. Returns: No return value Notes: If you're using a PHP version before 5.3, you must destroy the CairoContext associated with a CairoSurface after you destroy th

CairoContext::userToDeviceDistance

(PECL cairo >= 0.1.0) The userToDeviceDistance purpose public array CairoContext::userToDeviceDistance ( string $x, string $y ) Object oriented style (method): Procedural style: array cairo_user_to_device_distance ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description...

CairoContext::userToDevice

(PECL cairo >= 0.1.0) The userToDevice purpose public array CairoContext::userToDevice ( string $x, string $y ) Object oriented style (method): Procedural style: array cairo_user_to_device ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description... y

CairoContext::textPath

(PECL cairo >= 0.1.0) The textPath purpose public void CairoContext::textPath ( string $string ) Object oriented style Procedural style void cairo_text_path ( CairoContext $context , string $text ) Adds closed paths for text to the current path. The generated path, if filled, achieves an effect similar to that of CairoContext::showText(). Text conversion and positioning is done similar to CairoContext::showText(). L