GNU Unifont 15.1.04
Pan-Unicode font with complete Unicode Plane 0 coverage and partial coverage of higher planes
Table Struct Reference

Data structure for an OpenType table. More...

Collaboration diagram for Table:

Data Fields

uint_fast32_t tag
 
Buffercontent
 

Detailed Description

Data structure for an OpenType table.

This data structure contains a table tag and a pointer to the start of the buffer that holds data for this OpenType table.

For information on the OpenType tables and their structure, see https://docs.microsoft.com/en-us/typography/opentype/spec/otff#font-tables.

Definition at line 645 of file hex2otf.c.

Field Documentation

◆ content

Buffer* Table::content

Definition at line 648 of file hex2otf.c.

◆ tag

uint_fast32_t Table::tag

Definition at line 647 of file hex2otf.c.


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