From 0016617ad480241f372c1e5325303816e9be26c0 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 17 Mar 2018 16:23:40 +0000 Subject: Android: yes, we can unicode; cleanup; documentd Next: add caching, add other font related calls, add clipping, add font paths for package resources git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12765 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide/AndroidStudio3/app/src/main/cpp') diff --git a/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx b/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx index 37cfed565..7e91157ab 100644 --- a/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx +++ b/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx @@ -77,7 +77,7 @@ int main(int argc, char **argv) } ); - btn = new MyButton((win->w()-280)/2, 200+40, 280, 35, "Hello, Android!"); + btn = new MyButton((win->w()-280)/2, 200+40, 280, 35, "Hello, \u00c4\u00e4\u00d6\u00f6\u00dc\u00fc\u00df \u2639 \u263a"); btn->labelfont(FL_TIMES_BOLD_ITALIC); btn->labelsize(30); -- cgit v1.2.3