Visual Servoing Platform  version 3.5.0 under development (2022-02-15)
stbtt_fontinfo Struct Reference

#include </local/soft/visp/visp-web-script/visp/modules/core/src/image/private/stb_truetype.h>

Public Attributes

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.

Member Data 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.