API Reference / @gtkx/cairo / FontType
Enumeration: FontType
Defined in: enums.d.ts:28
The backend behind a font face or scaled font.
Enumeration Members
FT
FT:
1
Defined in: enums.d.ts:341
A font of type FreeType.
QUARTZ
QUARTZ:
3
Defined in: enums.d.ts:345
A font of type Quartz.
TOY
TOY:
0
Defined in: enums.d.ts:339
A font created with the toy font API (selectFontFace).
USER
USER:
4
Defined in: enums.d.ts:347
A font created with the user font API.
WIN32
WIN32:
2
Defined in: enums.d.ts:343
A font of type Win32.