Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_Font.h131 u16 cellY; //!< シート内でのセル左上隅のy座標 member
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp296 const f32 texTop = 1.0f * (glyph.texHeight - glyph.cellY) / glyph.texHeight; in PrintGlyph()
297 const f32 texBottom = 1.0f * (glyph.texHeight - (glyph.cellY + glyph.height)) in PrintGlyph()
Dfont_ResFontBase.cpp456 glyph->cellY = static_cast<u16>(cellPixelY + 1); in SetGlyphMember()