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.
Loading...
Searching...
No Matches
donner::fonts::WoffTable Struct Reference

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.

Detailed Description

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.

Member Data Documentation

◆ data

std::vector<uint8_t> donner::fonts::WoffTable::data

Uncompressed table data.

◆ tag

uint32_t donner::fonts::WoffTable::tag = 0

Table four-character tag.


The documentation for this struct was generated from the following file: