ui.text.uniscribe: fix using
parent
a98d4620ae
commit
6ac5bf66e8
|
@ -1,7 +1,8 @@
|
||||||
! Copyright (C) 2009, 2010 Slava Pestov.
|
! Copyright (C) 2009, 2010 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors assocs cache kernel math math.vectors sequences
|
USING: accessors cache kernel math math.vectors namespaces
|
||||||
fonts namespaces ui.text ui.text.private windows.uniscribe ;
|
sequences ui.text ui.text.private windows.uniscribe
|
||||||
|
windows.uniscribe.private ;
|
||||||
IN: ui.text.uniscribe
|
IN: ui.text.uniscribe
|
||||||
|
|
||||||
SINGLETON: uniscribe-renderer
|
SINGLETON: uniscribe-renderer
|
||||||
|
|
Loading…
Reference in New Issue