BLFontTable Struct Reference

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

Public Members

Members

Member Functions

Common Functionality
Accessors

Member Function Documentation

BLFontTable::operator bool() constexplicit◆ 

Tests whether the table has a content.

Note
This is essentially the opposite of empty().

bool BLFontTable::empty() const◆ 

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

Member Data Documentation

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.