PHP Velho Oeste 2024

La classe CairoFontSlant

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

Introduction

Spécifie les variantes d'une police basée sur son inclinaison.

Synopsis de la classe

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

Constantes pré-définies

CairoFontSlant::NORMAL

Style de police vertical.

CairoFontSlant::ITALIC

Style de police en italique.

CairoFontSlant::OBLIQUE

Style de police en oblique.

add a note add a note

User Contributed Notes

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