Searched refs:FONT_WIDTH (Results 1 – 1 of 1) sorted by relevance
35 const int FONT_WIDTH = 6; // フォントの横幅 variable429 … this->Erase(context, x - FONT_WIDTH, y - 3, (len + 2) * FONT_WIDTH, FONT_HEIGHT + 3 + 3); in DrawString()432 int width = (context.m_LimitX - x) / FONT_WIDTH; in DrawString()504 x += FONT_WIDTH * tab_size; in DrawLine()515 x += FONT_WIDTH; in DrawLine()544 int fontx = (ncode % FONT_ROW) * FONT_WIDTH; in DrawChar()549 if (x < 0 || context.m_LimitX <= x + FONT_WIDTH) in DrawChar()567 for (int cntx = 0; cntx < FONT_WIDTH; cntx += 1) in DrawChar()