changed "cairo.pango.gadgets" run to use Japanese

db4
Matthew Willis 2008-05-24 20:03:31 -07:00
parent c64de056fb
commit 0c8d145378
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ IN: cairo.pango.gadgets
USING: prettyprint sequences ui.gadgets.panes ;
: hello-pango ( -- )
50 [ 6 + ] map [
"Sans Bold " swap unparse append
[ layout-font "Hello, Pango!" layout-text ] curry
"Sans " swap unparse append
[ layout-font "今日は、 Pango!" layout-text ] curry
<pango-gadget> gadget.
] each ;