mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Draw: Color Emoji now prefered as replacement
This commit is contained in:
parent
1a43549d5b
commit
ee220a64aa
9 changed files with 459 additions and 30 deletions
|
|
@ -11,6 +11,9 @@ struct MyApp : TopWindow {
|
|||
text << " Quick brown fox, 訓民正音 (훈민정음) ";
|
||||
|
||||
w.DrawRect(GetSize(), White());
|
||||
|
||||
// w.DrawText(500, 500, "Hello!" + WString(0x1F970, 1).ToString() + " Hello again!");
|
||||
|
||||
int y = 10;
|
||||
int x = 10;
|
||||
for(int i = 0; i < 3/*Font::GetFaceCount()*/; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue