]> gitweb.factorcode.org Git - factor.git/commitdiff
changed "cairo.pango.gadgets" run to use Japanese
authorMatthew Willis <matthew.willis@mac.com>
Sun, 25 May 2008 03:03:31 +0000 (20:03 -0700)
committerMatthew Willis <matthew.willis@mac.com>
Sun, 25 May 2008 03:03:31 +0000 (20:03 -0700)
extra/cairo/pango/gadgets/gadgets.factor

index 780881e872fe9c042326c1c7b3935971a8f0c922..48e5e683a9648077391c752da9da342b30917976 100644 (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 ;