From: Matthew Willis Date: Sun, 25 May 2008 03:03:31 +0000 (-0700) Subject: changed "cairo.pango.gadgets" run to use Japanese X-Git-Tag: 0.94~3183 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=0c8d14537879f577904dc7c7dbe78b8636c2cc89 changed "cairo.pango.gadgets" run to use Japanese --- diff --git a/extra/cairo/pango/gadgets/gadgets.factor b/extra/cairo/pango/gadgets/gadgets.factor index 780881e872..48e5e683a9 100644 --- a/extra/cairo/pango/gadgets/gadgets.factor +++ b/extra/cairo/pango/gadgets/gadgets.factor @@ -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 gadget. ] each ;