CairoFontFace::getTypeRetrieves the font face type Beschreibung
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. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteA font type that can be any one defined in CairoFontType Beispiele
Beispiel #1 CairoFontFace::getType example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(0) Siehe auch
|