Cairo
PHP Manual

The CairoFontSlant class

(No version information available, might only be in SVN)

Wstęp

Specifies variants of a font face based on their slant.

Krótki opis klasy

CairoFontSlant {
/* Stałe */
const integer NORMAL = 0 ;
const integer ITALIC = 1 ;
const integer OBLIQUE = 2 ;
}

Stałe predefiniowane

CairoFontSlant::NORMAL

Upright font style

CairoFontSlant::ITALIC

Italic font style

CairoFontSlant::OBLIQUE

Oblique font style


Cairo
PHP Manual