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

Data Fields

char header [HEADER_MAX]
 
int header_len
 
uint8_t section_table [4][256]
 
uint8_t sec_count [4]
 
uint16_t * sections [4]
 
glyph_entrye [0xffff]
 
int glyphs
 

Detailed Description

Definition at line 262 of file convert_font.c.

Field Documentation

◆ e

glyph_entry* font_data::e[0xffff]

Definition at line 270 of file convert_font.c.

Referenced by add_glyph_to_data(), and generate_font_source().

◆ glyphs

int font_data::glyphs

Definition at line 271 of file convert_font.c.

Referenced by add_glyph_to_data(), generate_font_source(), and load_font().

◆ header

char font_data::header[HEADER_MAX]

Definition at line 263 of file convert_font.c.

Referenced by generate_font_header(), generate_font_source(), and parse_chunk().

◆ header_len

int font_data::header_len

Definition at line 264 of file convert_font.c.

Referenced by generate_font_header(), generate_font_source(), and parse_chunk().

◆ sec_count

uint8_t font_data::sec_count[4]

Definition at line 267 of file convert_font.c.

Referenced by add_glyph_to_data(), and generate_font_source().

◆ section_table

uint8_t font_data::section_table[4][256]

Definition at line 266 of file convert_font.c.

Referenced by add_glyph_to_data(), and generate_font_source().

◆ sections

uint16_t* font_data::sections[4]

Definition at line 268 of file convert_font.c.

Referenced by add_glyph_to_data(), generate_font_source(), and main().


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