|
|
@ -1694,15 +1694,15 @@ void ImFont::Clear()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
FontSize = 0.0f;
|
|
|
|
FontSize = 0.0f;
|
|
|
|
DisplayOffset = ImVec2(0.0f, 1.0f);
|
|
|
|
DisplayOffset = ImVec2(0.0f, 1.0f);
|
|
|
|
ConfigData = NULL;
|
|
|
|
|
|
|
|
ConfigDataCount = 0;
|
|
|
|
|
|
|
|
Ascent = Descent = 0.0f;
|
|
|
|
|
|
|
|
ContainerAtlas = NULL;
|
|
|
|
|
|
|
|
Glyphs.clear();
|
|
|
|
Glyphs.clear();
|
|
|
|
FallbackGlyph = NULL;
|
|
|
|
|
|
|
|
FallbackXAdvance = 0.0f;
|
|
|
|
|
|
|
|
IndexXAdvance.clear();
|
|
|
|
IndexXAdvance.clear();
|
|
|
|
IndexLookup.clear();
|
|
|
|
IndexLookup.clear();
|
|
|
|
|
|
|
|
FallbackGlyph = NULL;
|
|
|
|
|
|
|
|
FallbackXAdvance = 0.0f;
|
|
|
|
|
|
|
|
ConfigDataCount = 0;
|
|
|
|
|
|
|
|
ConfigData = NULL;
|
|
|
|
|
|
|
|
ContainerAtlas = NULL;
|
|
|
|
|
|
|
|
Ascent = Descent = 0.0f;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void ImFont::BuildLookupTable()
|
|
|
|
void ImFont::BuildLookupTable()
|
|
|
|