The CairoFontSlant class

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

소개

Specifies variants of a font face based on their slant.

클래스 개요

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

예약 상수

CairoFontSlant::NORMAL

Upright font style

CairoFontSlant::ITALIC

Italic font style

CairoFontSlant::OBLIQUE

Oblique font style

add a note add a note

User Contributed Notes

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