mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
More work on the bitmap font.
This commit is contained in:
parent
77bac7216c
commit
cb64ff229a
3 changed files with 570 additions and 48 deletions
|
@ -15,8 +15,9 @@ int main(int c, char** v)
|
|||
fb.setRootWidget(&w);
|
||||
|
||||
Label l(&w);
|
||||
l.setRect(Rect(100, 100, 300, 100));
|
||||
l.setText("ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]");
|
||||
l.setRect(Rect(100, 100, 600, 100));
|
||||
l.setText("()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_abcdefghijklmnopqrstuvwxyz");
|
||||
//l.setText("Welcome to the Serenity Operating System");
|
||||
|
||||
return loop.exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue