Searched refs:FONT_HEIGHT (Results 1 – 2 of 2) sorted by relevance
90 static const int FONT_HEIGHT = 7; variable92 static const int LINE_HEIGHT = FONT_HEIGHT + 4;
39 const int FONT_HEIGHT = DirectPrint::FONT_HEIGHT; // フォントの高さ variable440 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()