new font code (currently disabled by default), which allows using 'arbitrary' BDF fonts (via convbdf)
svn-id: r11350
This commit is contained in:
parent
083c328077
commit
b8c0fbf06e
11 changed files with 2732 additions and 25 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue