The CairoScaledFont class

(PECL cairo >= 0.1.0)

Wstęp

Krótki opis klasy

CairoScaledFont {
/* Metody */
public __construct ( CairoFontFace $font_face , CairoMatrix $matrix , CairoMatrix $ctm , CairoFontOptions $options )
public extents ( void ) : array
public getCtm ( void ) : CairoMatrix
public getFontFace ( void ) : void
public getFontMatrix ( void ) : void
public getFontOptions ( void ) : void
public getScaleMatrix ( void ) : void
public getType ( void ) : int
public glyphExtents ( array $glyphs ) : array
public status ( void ) : int
public textExtents ( string $text ) : array
}

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top