|
|
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.
|
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.