Draw: Color Emoji now prefered as replacement

This commit is contained in:
Mirek Fidler 2021-12-28 10:14:11 +01:00
parent 1a43549d5b
commit ee220a64aa
9 changed files with 459 additions and 30 deletions

View file

@ -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++)