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

Generic data structure for a linked list of buffer elements. More...

Data Fields

size_t capacity
 
bytebegin
 
bytenext
 
byteend
 

Detailed Description

Generic data structure for a linked list of buffer elements.

A buffer can act as a vector (when filled with 'store*' functions), or a temporary output area (when filled with 'cache*' functions). The 'store*' functions use native endian. The 'cache*' functions use big endian or other formats in OpenType. Beware of memory alignment.

Definition at line 133 of file hex2otf.c.

Field Documentation

◆ begin

byte* Buffer::begin

Definition at line 136 of file hex2otf.c.

◆ capacity

size_t Buffer::capacity

Definition at line 135 of file hex2otf.c.

◆ end

byte * Buffer::end

Definition at line 136 of file hex2otf.c.

◆ next

byte * Buffer::next

Definition at line 136 of file hex2otf.c.


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