Skip to content

TBLGlyphRunFlag

Flags used by TBLGlyphRun.

Definition

Unit: Blend2D

type TBLGlyphRunFlag = (_Reserved, Ucs4Content, InvalidText, UndefinedGlyphs, InvalidFontData)

See Also

Enumeration Values

_Reserved = 0


Ucs4Content = 28

Glyph-run contains UCS-4 string and not glyphs (glyph-buffer only).


InvalidText = 29

Glyph-run was created from text that was not a valid unicode.


UndefinedGlyphs = 30

Not the whole text was mapped to glyphs (contains undefined glyphs).


InvalidFontData = 31

Encountered invalid font data during text / glyph processing.