|
|
Donner
C++20 SVG rendering library
|
Value types for representing a Web Open Font Format (WOFF) font and its underlying sfnt tables once they have been decompressed into memory. More...
#include <cstdint>#include <vector>Classes | |
| struct | donner::fonts::WoffTable |
| Single sfnt table extracted from a WOFF container. More... | |
| struct | donner::fonts::WoffFont |
| In‑memory representation of a complete WOFF font. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
Value types for representing a Web Open Font Format (WOFF) font and its underlying sfnt tables once they have been decompressed into memory.
These plain structs are intentionally lightweight so low‑level parsing code can use them without introducing additional dynamic allocation.