Use Pango text rendering on Windows

db4
U-SLAVA-DFB8FF805\Slava 2009-03-02 01:18:27 -06:00
parent 2ec3f1c700
commit 5ff2b19ffe
1 changed files with 1 additions and 1 deletions

2
basis/bootstrap/ui/ui.factor Normal file → Executable file
View File

@ -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