From 6ac5bf66e85008d4d5cd33914dc3fe08bb6f444d Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 30 Jul 2019 18:00:02 -0500 Subject: [PATCH] ui.text.uniscribe: fix using --- basis/ui/text/uniscribe/uniscribe.factor | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/basis/ui/text/uniscribe/uniscribe.factor b/basis/ui/text/uniscribe/uniscribe.factor index df6fdf26c2..407226fdcd 100644 --- a/basis/ui/text/uniscribe/uniscribe.factor +++ b/basis/ui/text/uniscribe/uniscribe.factor @@ -1,7 +1,8 @@ ! Copyright (C) 2009, 2010 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors assocs cache kernel math math.vectors sequences -fonts namespaces ui.text ui.text.private windows.uniscribe ; +USING: accessors cache kernel math math.vectors namespaces +sequences ui.text ui.text.private windows.uniscribe +windows.uniscribe.private ; IN: ui.text.uniscribe SINGLETON: uniscribe-renderer