new font code (currently disabled by default), which allows using 'arbitrary' BDF fonts (via convbdf)

svn-id: r11350
This commit is contained in:
Max Horn 2003-11-19 23:46:39 +00:00
parent 083c328077
commit b8c0fbf06e
11 changed files with 2732 additions and 25 deletions

View file

@ -150,7 +150,7 @@ void EditTextWidget::drawWidget(bool hilite) {
// Draw the text
adjustOffset();
g_gui.drawString(_label, _x + 2, _y + 3, _w - 6, g_gui._textcolor, kTextAlignLeft, -_labelOffset, false);
g_gui.drawString(_label, _x + 2, _y + 2, _w - 6, g_gui._textcolor, kTextAlignLeft, -_labelOffset, false);
}
int EditTextWidget::getCaretPos() const {