Searched refs:glyphWidth (Results 1 – 2 of 2) sorted by relevance
269 m_CursorPos.x += glyph.widths.glyphWidth * m_Scale.x; in DrawGlyph()291 const f32 texRight = 1.0f * (glyph.cellX + glyph.widths.glyphWidth) in PrintGlyph()302 const f32 width = glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph()345 const f32 posRight = posLeft + glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph()
169 u8 glyphWidth; //!< 文字のグリフ幅 member