Skip to content

TBLFontFaceDiagFlag

Diagnostic flags offered by TBLFontFace.

Definition

Unit: Blend2D

type TBLFontFaceDiagFlag = (WrongNameData, FixedNameData, WrongKernData, FixedKernData, WrongCmapData, WrongCmapFormat)

See Also

Enumeration Values

WrongNameData = 0

Wrong data in 'name' table.


FixedNameData = 1

Fixed data read from 'name' table and possibly fixed font family/subfamily name.


WrongKernData = 2

Wrong data in 'kern' table [kerning disabled].


FixedKernData = 3

Fixed data read from 'kern' table so it can be used.


WrongCmapData = 4

Wrong data in 'cmap' table.


WrongCmapFormat = 5

Wrong format in 'cmap' (sub)table.