Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
donner::fonts::WoffTable Struct Reference

Single sfnt table extracted from a WOFF container. More...

#include "donner/base/fonts/WoffFont.h"

Collaboration diagram for donner::fonts::WoffTable:
[legend]

Public Attributes

uint32_t tag = 0
 Table four-character tag.
 
std::vector< uint8_tdata
 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: