IndexTextBLFontCoverageInfo

BLFontCoverageInfo Struct Reference [¶]

Font coverage information struct provides information about ranges of unicode characters supported by a font-face.

Remarks

The information is stored in "OS/2" table in TTF/OTF font. Blend2D reads this information and populates BLFontCoverageInfo struct from such data, however, there is no guarantee that what font describes is actually true.

Public Members

Members

Member Functions

uint32_t BLFontCoverageInfo::data[4][¶]

Unicode coverage data as a bit array of 4 32-bit unsigned integers.