Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
Loading...
Searching...
No Matches
WoffFont.h File Reference

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>
Include dependency graph for WoffFont.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

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.