Searched defs:char_width (Results 1 – 9 of 9) sorted by relevance
4 pub char_width: f32, field
529 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local538 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local548 int char_width = pFont->GetGlyphWidth(glyph_index); in AddFont() local650 for (const auto char_width : char_widths) { in AddWindowsFont() local
48 int char_width = glyph.m_pGlyph->GetBitmap()->GetWidth(); in GetGlyphsBBox() local
26 static u32 char_width(char c, u32 cursor, u32 screen_width) in char_width() function
50 static u32 char_width(char c, u32 cursor, u32 screen_width) in char_width() function
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
3528 FT_F26Dot6 char_width, in FT_Set_Char_Size()