diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-03-17 16:23:40 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-03-17 16:23:40 +0000 |
| commit | 0016617ad480241f372c1e5325303816e9be26c0 (patch) | |
| tree | ab3227eb55166691867f5bdf9795eaaa4516cc3f /ide/AndroidStudio3/app/src | |
| parent | 69e534b48fe13064b027cece43e05b7b48671868 (diff) | |
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
Diffstat (limited to 'ide/AndroidStudio3/app/src')
| -rw-r--r-- | ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
