The CairoFontWeight class

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Introduktion

Specifies variants of a font face based on their weight.

Klasse synopsis

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

Foruddefinerede Konstanter

CairoFontWeight::NORMAL

Normal font weight

CairoFontWeight::BOLD

Bold font weight

add a note add a note

User Contributed Notes

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