PHP » GoLang |
login |
register |
about
|
GoLang CairoFontFace::getType
request it (318)
GoLang replacement for PHP's CairoFontFace::getType
[edit | history]
CairoFontFace::getTypecairo_font_face_get_type(PECL cairo >= 0.1.0) CairoFontFace::getType -- cairo_font_face_get_type — Retrieves the font face type DescriptionObject oriented style (method):
public int CairoFontFace::getType
( void
)
Procedural style: This function returns the type of the backend used to create a font face. See CairoFontType class constants for available types. ParametersThis function has no parameters. Return ValuesA font type that can be any one defined in CairoFontType Examples
Example #1 CairoFontFace::getType() example
<?php The above example will output something similar to: int(0) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|