Home
last modified time | relevance | path

Searched refs:glyphWidth (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/font/
Dfont_CharWriter.cpp267 m_CursorPos.x += glyph.widths.glyphWidth * m_Scale.x; in DrawGlyph()
289 const f32 texRight = 1.0f * (glyph.cellX + glyph.widths.glyphWidth) in PrintGlyph()
300 const f32 width = glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph()
343 const f32 posRight = posLeft + glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph()
/NW4C-1.3.3/include/nw/font/
Dfont_ResourceFormat.h167 u8 glyphWidth; //!< 文字のグリフ幅 member