Skip to content

API Reference / @gtkx/cairo / FtSynthesize

Enumeration: FtSynthesize

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

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

Enumeration Members

BOLD

BOLD: 1

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

Embolden the glyphs.


OBLIQUE

OBLIQUE: 2

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

Slant the glyphs.

Released under the MPL-2.0 License.