]> gitweb.factorcode.org Git - factor.git/commitdiff
Use Pango text rendering on Windows
authorU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Mon, 2 Mar 2009 07:18:27 +0000 (01:18 -0600)
committerU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Mon, 2 Mar 2009 07:18:27 +0000 (01:18 -0600)
basis/bootstrap/ui/ui.factor [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 321328f..4f7f82a
@@ -14,7 +14,7 @@ IN: bootstrap.ui
     "ui-text-backend" get [
         {
             { [ os macosx? ] [ "core-text" ] }
-            { [ os windows? ] [ "freetype" ] }
+            { [ os windows? ] [ "pango" ] }
             { [ os unix? ] [ "pango" ] }
         } cond
     ] unless* "ui.text." prepend require