Home
last modified time | relevance | path

Searched refs:cellX (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/include/nw/font/
Dfont_Font.h128 u16 cellX; //!< シート内でのセル左上隅のx座標 member
/NW4C-1.2.23/sources/libraries/font/
Dfont_CharWriter.cpp288 const f32 texLeft = 1.0f * glyph.cellX / glyph.texWidth; in PrintGlyph()
289 const f32 texRight = 1.0f * (glyph.cellX + glyph.widths.glyphWidth) in PrintGlyph()
Dfont_ResFontBase.cpp453 glyph->cellX = static_cast<u16>(cellPixelX + 1); in SetGlyphMember()