Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp269 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()
/NW4C-2.0.3/include/nw/font/
Dfont_ResourceFormat.h169 u8 glyphWidth; //!< 文字のグリフ幅 member