ImFontAtlas_GlyphRangesBuilder

Undocumented in source.

Members

Functions

AddChar
void AddChar(ImWchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
AddRanges
void AddRanges(const(ImWchar)* ranges)
Undocumented in source. Be warned that the author may not have intended to support it.
AddText
void AddText(const(char)* text, const(char)* text_end)
Undocumented in source. Be warned that the author may not have intended to support it.
BuildRanges
ImWchar[] BuildRanges()
Undocumented in source. Be warned that the author may not have intended to support it.
GetBit
bool GetBit(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
SetBit
void SetBit(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

UsedChars
BitArray UsedChars;
Undocumented in source.

Meta