]> gitweb.factorcode.org Git - factor.git/commitdiff
Fixed mistake introduced in the last patch.
authorMatthew Willis <matthew.willis@mac.com>
Sun, 18 May 2008 08:59:11 +0000 (01:59 -0700)
committerMatthew Willis <matthew.willis@mac.com>
Sat, 24 May 2008 19:10:57 +0000 (12:10 -0700)
extra/cairo/samples/samples.factor

index 0805cd41c16a663956caa60ebcf092cb528d1bb5..3cc63922f874592d3a822a7209b2834613aee055 100644 (file)
@@ -116,8 +116,8 @@ IN: cairo.samples
     cr cairo_fill ;
 
 : utf8 ( -- )
-    ! cr "kochi" CAIRO_FONT_SLANT_NORMAL CAIRO_FONT_WEIGHT_NORMAL
-    cairo_select_font_face
+    cr "Sans" CAIRO_FONT_SLANT_NORMAL CAIRO_FONT_WEIGHT_NORMAL
+    cairo_select_font_face
     cr 50 cairo_set_font_size
     "cairo_text_extents_t" malloc-object
     cr "日本語" pick cairo_text_extents