|
|
Donner
C++20 SVG rendering library
|
Single sfnt table extracted from a WOFF container. More...
#include "donner/base/fonts/WoffFont.h"
Public Attributes | |
| uint32_t | tag = 0 |
| Table four-character tag. | |
| std::vector< uint8_t > | data |
| Uncompressed table data. | |
Single sfnt table extracted from a WOFF container.
The table is identified by its four‑character tag and stores its uncompressed binary data payload exactly as it appears in the original font file.
| std::vector<uint8_t> donner::fonts::WoffTable::data |
Uncompressed table data.
| uint32_t donner::fonts::WoffTable::tag = 0 |
Table four-character tag.