Searched refs:tab_glyph (Results 1 – 1 of 1) sorted by relevance
2452 ImFontGlyph& tab_glyph = Glyphs.back(); in BuildLookupTable() local2453 tab_glyph = *FindGlyph((ImWchar)' '); in BuildLookupTable()2454 tab_glyph.Codepoint = '\t'; in BuildLookupTable()2455 tab_glyph.AdvanceX *= 4; in BuildLookupTable()2456 IndexAdvanceX[(int)tab_glyph.Codepoint] = (float)tab_glyph.AdvanceX; in BuildLookupTable()2457 IndexLookup[(int)tab_glyph.Codepoint] = (ImWchar)(Glyphs.Size-1); in BuildLookupTable()