Skip to content

Instantly share code, notes, and snippets.

@tbuschto
Created November 21, 2018 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbuschto/0e60ff384867f1292fee6a179e095cd2 to your computer and use it in GitHub Desktop.
Save tbuschto/0e60ff384867f1292fee6a179e095cd2 to your computer and use it in GitHub Desktop.
Chinese Hello World
import {TextView, ui} from 'tabris';
new TextView({
left: 10, top: 10, right: 10, font: '23px',
text: '你好,世界',
alignment: 'left'
}).appendTo(ui.contentView);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment