GoLang CairoScaledFont::getFontMatrix

request it (297)
GoLang replacement for PHP's CairoScaledFont::getFontMatrix [edit | history]



Do you know a GoLang replacement for PHP's CairoScaledFont::getFontMatrix? Write it!

PHP CairoScaledFont::getFontMatrix

PHP original manual for CairoScaledFont::getFontMatrix [ show | php.net ]

CairoScaledFont::getFontMatrix

cairo_get_font_matrix

(PECL cairo >= 0.1.0)

CairoScaledFont::getFontMatrix -- cairo_get_font_matrixThe getFontMatrix purpose

Description

Object oriented style (method):

public void CairoScaledFont::getFontMatrix ( void )

Procedural style:

void cairo_get_font_matrix ( CairoContext $context )

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()