diff --git a/basis/core-text/core-text.factor b/basis/core-text/core-text.factor index 04b37caf3f..3569218332 100644 --- a/basis/core-text/core-text.factor +++ b/basis/core-text/core-text.factor @@ -1,12 +1,11 @@ ! Copyright (C) 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: arrays alien alien.c-types alien.data alien.syntax kernel -destructors accessors fry words hashtables strings sequences -memoize assocs make math math.order math.vectors math.rectangles -math.functions locals init namespaces combinators fonts colors -cache core-foundation core-foundation.strings -core-foundation.attributed-strings core-foundation.utilities -core-graphics core-graphics.types core-text.fonts ; +USING: accessors alien.c-types alien.data alien.syntax arrays +assocs cache colors combinators core-foundation +core-foundation.attributed-strings core-foundation.strings +core-graphics core-graphics.types core-text.fonts destructors +fonts init kernel locals make math math.functions math.order +math.vectors memoize namespaces sequences strings ; IN: core-text TYPEDEF: void* CTLineRef diff --git a/basis/core-text/fonts/fonts.factor b/basis/core-text/fonts/fonts.factor index 0ebc40f523..3b3b540004 100644 --- a/basis/core-text/fonts/fonts.factor +++ b/basis/core-text/fonts/fonts.factor @@ -1,9 +1,9 @@ ! Copyright (C) 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors alien.c-types alien.syntax assocs core-foundation -core-foundation.dictionaries core-foundation.strings -core-graphics.types destructors init kernel locals -math memoize fonts combinators unix.types ; +USING: accessors alien.c-types alien.syntax assocs combinators +core-foundation core-foundation.dictionaries +core-foundation.strings core-graphics.types destructors fonts +init kernel locals math memoize unix.types ; IN: core-text.fonts TYPEDEF: void* CTFontRef