Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/dev/
Ddev_DirectPrint.h90 static const int FONT_HEIGHT = 7; variable
92 static const int LINE_HEIGHT = FONT_HEIGHT + 4;
/NW4C-2.0.3/sources/libraries/dev/
Ddev_DirectPrint.cpp39 const int FONT_HEIGHT = DirectPrint::FONT_HEIGHT; // フォントの高さ variable
440 const int top = (LINE_HEIGHT - FONT_HEIGHT) / 2; in DrawString()
558 int fonty = (ncode / FONT_ROW) * FONT_HEIGHT; in DrawChar()
567 if (y < 0 || context.m_LimitY <= y + FONT_HEIGHT) in DrawChar()
572 for (int cnty = 0; cnty < FONT_HEIGHT; cnty++) in DrawChar()