|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
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.