Nuklear
This is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, a default render backend or OS window/input handling but instead provides a highly modular, library-based approach, with simple input state for input and draw commands describing primitive shapes as output. So instead of providing a layered library that tries to abstract over a number of platform and render backends, it focuses only on the actual UI.
 
Loading...
Searching...
No Matches
stbtt_fontinfo Struct Reference
Collaboration diagram for stbtt_fontinfo:

Data Fields

void * userdata
 
unsigned char * data
 
int fontstart
 
int numGlyphs
 
int loca
 
int head
 
int glyf
 
int hhea
 
int hmtx
 
int kern
 
int gpos
 
int svg
 
int index_map
 
int indexToLocFormat
 
stbtt__buf cff
 
stbtt__buf charstrings
 
stbtt__buf gsubrs
 
stbtt__buf subrs
 
stbtt__buf fontdicts
 
stbtt__buf fdselect
 

Detailed Description

Definition at line 713 of file stb_truetype.h.

Field Documentation

◆ cff

stbtt__buf stbtt_fontinfo::cff

Definition at line 725 of file stb_truetype.h.

◆ charstrings

stbtt__buf stbtt_fontinfo::charstrings

Definition at line 726 of file stb_truetype.h.

◆ data

unsigned char* stbtt_fontinfo::data

Definition at line 716 of file stb_truetype.h.

◆ fdselect

stbtt__buf stbtt_fontinfo::fdselect

Definition at line 730 of file stb_truetype.h.

◆ fontdicts

stbtt__buf stbtt_fontinfo::fontdicts

Definition at line 729 of file stb_truetype.h.

◆ fontstart

int stbtt_fontinfo::fontstart

Definition at line 717 of file stb_truetype.h.

◆ glyf

int stbtt_fontinfo::glyf

Definition at line 721 of file stb_truetype.h.

◆ gpos

int stbtt_fontinfo::gpos

Definition at line 721 of file stb_truetype.h.

◆ gsubrs

stbtt__buf stbtt_fontinfo::gsubrs

Definition at line 727 of file stb_truetype.h.

◆ head

int stbtt_fontinfo::head

Definition at line 721 of file stb_truetype.h.

◆ hhea

int stbtt_fontinfo::hhea

Definition at line 721 of file stb_truetype.h.

◆ hmtx

int stbtt_fontinfo::hmtx

Definition at line 721 of file stb_truetype.h.

◆ index_map

int stbtt_fontinfo::index_map

Definition at line 722 of file stb_truetype.h.

◆ indexToLocFormat

int stbtt_fontinfo::indexToLocFormat

Definition at line 723 of file stb_truetype.h.

◆ kern

int stbtt_fontinfo::kern

Definition at line 721 of file stb_truetype.h.

◆ loca

int stbtt_fontinfo::loca

Definition at line 721 of file stb_truetype.h.

◆ numGlyphs

int stbtt_fontinfo::numGlyphs

Definition at line 719 of file stb_truetype.h.

◆ subrs

stbtt__buf stbtt_fontinfo::subrs

Definition at line 728 of file stb_truetype.h.

◆ svg

int stbtt_fontinfo::svg

Definition at line 721 of file stb_truetype.h.

◆ userdata

void* stbtt_fontinfo::userdata

Definition at line 715 of file stb_truetype.h.


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