Use Pango text rendering on Windows
parent
2ec3f1c700
commit
5ff2b19ffe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue