La classe CairoFontWeight

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

Introduction

Spécifie les variantes de la police en fonction de leur poids.

Synopsis de la classe

CairoFontWeight {
/* Constantes */
const integer NORMAL = 0 ;
const integer BOLD = 1 ;
}

Constantes pré-définies

CairoFontWeight::NORMAL

Poids normal.

CairoFontWeight::BOLD

Police en gras.

add a note add a note

User Contributed Notes

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