core-text: cleanup usings.
parent
be64b40b7f
commit
c63a106e1d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue