PHP Velho Oeste 2024

La clase CairoFontWeight

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

Introducción

Especifica las variantes de una familia de fuentes basadas en su grosor.

Sinopsis de la Clase

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

Constantes predefinidas

CairoFontWeight::NORMAL

Grososr de fuente normal

CairoFontWeight::BOLD

Grosor de fuente en negrita

add a note add a note

User Contributed Notes

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