Fixed mistake introduced in the last patch.

db4
Matthew Willis 2008-05-18 01:59:11 -07:00
parent 3104cdb511
commit 06843caee9
1 changed files with 2 additions and 2 deletions

View File

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