core-text: cleanup usings.

db4
John Benediktsson 2014-12-13 16:26:09 -08:00
parent be64b40b7f
commit c63a106e1d
2 changed files with 10 additions and 11 deletions

View File

@ -1,12 +1,11 @@
! Copyright (C) 2009 Slava Pestov. ! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: arrays alien alien.c-types alien.data alien.syntax kernel USING: accessors alien.c-types alien.data alien.syntax arrays
destructors accessors fry words hashtables strings sequences assocs cache colors combinators core-foundation
memoize assocs make math math.order math.vectors math.rectangles core-foundation.attributed-strings core-foundation.strings
math.functions locals init namespaces combinators fonts colors core-graphics core-graphics.types core-text.fonts destructors
cache core-foundation core-foundation.strings fonts init kernel locals make math math.functions math.order
core-foundation.attributed-strings core-foundation.utilities math.vectors memoize namespaces sequences strings ;
core-graphics core-graphics.types core-text.fonts ;
IN: core-text IN: core-text
TYPEDEF: void* CTLineRef TYPEDEF: void* CTLineRef

View File

@ -1,9 +1,9 @@
! Copyright (C) 2009 Slava Pestov. ! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien.c-types alien.syntax assocs core-foundation USING: accessors alien.c-types alien.syntax assocs combinators
core-foundation.dictionaries core-foundation.strings core-foundation core-foundation.dictionaries
core-graphics.types destructors init kernel locals core-foundation.strings core-graphics.types destructors fonts
math memoize fonts combinators unix.types ; init kernel locals math memoize unix.types ;
IN: core-text.fonts IN: core-text.fonts
TYPEDEF: void* CTFontRef TYPEDEF: void* CTFontRef