PHP Doku:: The CairoFontSlant class - class.cairofontslant.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungCairoThe CairoFontSlant class

Ein Service von Reinhard Neidl - Webprogrammierung.

Cairo

<<CairoFontOptions::status -- cairo_status

The CairoFontType class>>

The CairoFontSlant class

Einführung

Specifies variants of a font face based on their slant.

Klassenbeschreibung

CairoFontSlant {
/* Konstanten */
const integer CairoFontSlant::NORMAL = 0 ;
const integer CairoFontSlant::ITALIC = 1 ;
const integer CairoFontSlant::OBLIQUE = 2 ;
}

Vordefinierte Konstanten

CairoFontSlant Node Types

CairoFontSlant::NORMAL

Upright font style

CairoFontSlant::ITALIC

Italic font style

CairoFontSlant::OBLIQUE

Oblique font style


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)