Cairo
PHP Manual

The CairoFontSlant class

Введение

Specifies variants of a font face based on their slant.

Обзор классов

CairoFontSlant {
/* Константы */
const integer CairoFontSlant::NORMAL = 0 ;
const integer CairoFontSlant::ITALIC = 1 ;
const integer CairoFontSlant::OBLIQUE = 2 ;
}

Предопределенные константы

CairoFontSlant Node Types

CairoFontSlant::NORMAL

Upright font style

CairoFontSlant::ITALIC

Italic font style

CairoFontSlant::OBLIQUE

Oblique font style


Cairo
PHP Manual