NetSurf
Data Fields
glyph_entry Struct Reference
Collaboration diagram for glyph_entry:
[legend]

Data Fields

union {
   uint32_t   u32 [GLYPH_LEN/4]
 
   uint8_t   u8 [GLYPH_LEN]
 
data
 
uint32_t index
 
struct glyph_entrynext
 

Detailed Description

Definition at line 81 of file convert_font.c.

Field Documentation

◆ data

union { ... } glyph_entry::data

◆ index

uint32_t glyph_entry::index

Definition at line 86 of file convert_font.c.

Referenced by add_glyph_to_data().

◆ next

struct glyph_entry* glyph_entry::next

Definition at line 87 of file convert_font.c.

Referenced by free_chain(), and glyph_add_to_chain().

◆ u32

uint32_t glyph_entry::u32[GLYPH_LEN/4]

Definition at line 83 of file convert_font.c.

◆ u8

uint8_t glyph_entry::u8[GLYPH_LEN]

Definition at line 84 of file convert_font.c.

Referenced by generate_font_source(), glyph_add_to_chain(), and glyph_is_codepoint().


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