mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.upptst
This commit is contained in:
parent
55de293517
commit
7176be522f
1 changed files with 7 additions and 3 deletions
|
|
@ -13,9 +13,13 @@ struct MyApp : TopWindow {
|
|||
<< WString(0x1F970, 1).ToString()
|
||||
<< " is not that nice?";
|
||||
;
|
||||
w.DrawText(500, 200, text, StdFont());
|
||||
w.DrawText(500, 250, text, StdFont().Italic());
|
||||
w.DrawText(500, 700, 300, text, StdFont());
|
||||
w.DrawText(50, 200, text, StdFont());
|
||||
w.DrawText(50, 250, text, StdFont().Italic());
|
||||
w.DrawText(50, 700, 300, text, StdFont());
|
||||
|
||||
w.DrawText(500, 200, text, StdFont(DPI(20)));
|
||||
w.DrawText(500, 250, text, StdFont(DPI(20)).Italic());
|
||||
w.DrawText(500, 700, 300, text, StdFont(DPI(20)));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue