CairoFontFace::getTypeRetrieves the font face type Description
public int CairoFontFace::getType
( void
)
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
|