Skip to content

API Reference / @gtkx/cairo / FtSynthesize

Enumeration: FtSynthesize

Defined in: font-face.d.ts:4

Styles a FreeType font face synthesizes when the font itself lacks them.

Enumeration Members

BOLD

BOLD: 1

Defined in: font-face.d.ts:11

Embolden the glyphs.


OBLIQUE

OBLIQUE: 2

Defined in: font-face.d.ts:13

Slant the glyphs.

Released under the MPL-2.0 License.