IndexTextBLFontTable
BLFontTable Struct Reference

A read only data that represents a font table or its sub-table.

Public Members

Members

Member Functions

Common Functionality
Accessors

BLFontTable::operator bool() constexplicitnoexcept[¶]

Tests whether the table has a content.

Note
This is essentially the opposite of empty().

bool BLFontTable::empty() constnoexcept[¶]

Tests whether the table is empty (has no content).

const uint8_t* BLFontTable::data[¶]

Pointer to the beginning of the data interpreted as uint8_t*.

size_t BLFontTable::size[¶]

Size of data in bytes.