CairoFontOptions::getAntialias

(PECL cairo >= 0.1.0)
The getAntialias purpose
public int CairoFontOptions::getAntialias ( void )

Object oriented style (method):

Procedural style:

int cairo_get_antialias ( CairoContext $context )

Description here.

Parameters:
context

Description...

Returns:

Description...

This function is currently not documented; only its argument list is available.

Examples:
Object oriented style
1
2
3
<?php
/* ... */
?>

The above example will output something similar to:

...
Procedural style
1
2
3
<?php
/* ... */
?>

The above example will output something similar to:

...
doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.