Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImFontBuildSrcData Struct Reference
Collaboration diagram for ImFontBuildSrcData:
[legend]

Public Attributes

stbtt_fontinfo FontInfo
 
stbtt_pack_range PackRange
 
stbrp_rectRects
 
stbtt_packedcharPackedChars
 
const ImWchar * SrcRanges
 
int DstIndex
 
int GlyphsHighest
 
int GlyphsCount
 
ImBitVector GlyphsSet
 
ImVector< int > GlyphsList
 

Member Data Documentation

◆ DstIndex

int ImFontBuildSrcData::DstIndex

◆ FontInfo

stbtt_fontinfo ImFontBuildSrcData::FontInfo

◆ GlyphsCount

int ImFontBuildSrcData::GlyphsCount

◆ GlyphsHighest

int ImFontBuildSrcData::GlyphsHighest

◆ GlyphsList

ImVector<int> ImFontBuildSrcData::GlyphsList

◆ GlyphsSet

ImBitVector ImFontBuildSrcData::GlyphsSet

◆ PackedChars

stbtt_packedchar* ImFontBuildSrcData::PackedChars

◆ PackRange

stbtt_pack_range ImFontBuildSrcData::PackRange

◆ Rects

stbrp_rect* ImFontBuildSrcData::Rects

◆ SrcRanges

const ImWchar* ImFontBuildSrcData::SrcRanges

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