"ui-backend" variable can't be used to choose text backend
parent
aa142a1b52
commit
644c42d4e3
|
@ -75,10 +75,8 @@ M: array draw-text
|
|||
|
||||
USING: vocabs.loader namespaces system combinators ;
|
||||
|
||||
"ui-backend" get [
|
||||
{
|
||||
{ [ os macosx? ] [ "core-text" ] }
|
||||
{ [ os windows? ] [ "uniscribe" ] }
|
||||
{ [ os unix? ] [ "pango" ] }
|
||||
} cond
|
||||
] unless* "ui.text." prepend require
|
||||
} cond "ui.text." prepend require
|
||||
|
|
Loading…
Reference in New Issue