mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
g13d: Add a blank line
This commit is contained in:
parent
b7f784563c
commit
9c15e935a7
@ -401,8 +401,8 @@ void G13_Font::install_font(ARRAY_T &data, FLAGST flags, int first) {
|
|||||||
_chars[i + first].set_character(&data[i][0], _width, flags);
|
_chars[i + first].set_character(&data[i][0], _width, flags);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
void G13_Device::_init_fonts() {
|
|
||||||
|
|
||||||
|
void G13_Device::_init_fonts() {
|
||||||
_current_font = FontPtr(new G13_Font("8x8", 8));
|
_current_font = FontPtr(new G13_Font("8x8", 8));
|
||||||
_fonts[_current_font->name()] = _current_font;
|
_fonts[_current_font->name()] = _current_font;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user