Searched defs:char_width (Results 1 – 8 of 8) sorted by relevance
45 int char_width = glyph.m_pGlyph->GetBitmap()->GetWidth(); in GetGlyphsBBox() local
475 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local483 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local492 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local
95 uint8_t char_width; member
2596 … const float char_width = ((int)c < IndexAdvanceX.Size ? IndexAdvanceX.Data[c] : FallbackAdvanceX); in CalcWordWrapPositionA() local2713 …const float char_width = ((int)c < IndexAdvanceX.Size ? IndexAdvanceX.Data[c] : FallbackAdvanceX) … in CalcTextSizeA() local2859 float char_width = 0.0f; in RenderText() local
2878 const float char_width = font->GetCharAdvance((ImWchar)c) * scale; in InputTextCalcTextSizeW() local
1101 def char_width(self): member in PyUnicodeObjectPtr
1176 def char_width(self): member in PyUnicodeObjectPtr
3332 FT_F26Dot6 char_width, in FT_Set_Char_Size()