GoLang CairoSurface::getFontOptions

request it (166)
GoLang replacement for PHP's CairoSurface::getFontOptions [edit | history]



Do you know a GoLang replacement for PHP's CairoSurface::getFontOptions? Write it!

PHP CairoSurface::getFontOptions

PHP original manual for CairoSurface::getFontOptions [ show | php.net ]

CairoSurface::getFontOptions

cairo_get_font_options

(PECL cairo >= 0.1.0)

CairoSurface::getFontOptions -- cairo_get_font_optionsThe getFontOptions purpose

Description

Object oriented style (method):

public void CairoSurface::getFontOptions ( void )

Procedural style:

Description here.

Warning

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

Parameters

context

Description...

Return Values

Description...

Examples

Example #1 Object oriented style

<?php
/* ... */
?>

The above example will output something similar to:

...

Example #2 Procedural style

<?php
/* ... */
?>

The above example will output something similar to:

...

See Also

  • Classname::Method()