X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcore-text%2Fcore-text.factor;h=d50f69040b9fc78cd2d1f9ea0b1263027fdadd2f;hp=fc5b9c7d6f4ff61a0368766311bf66940a1e2155;hb=1542ebe47c58f140e5929772ad71f5d2ad46ec51;hpb=a4b253f94a4bbcfe43260ddf9206c9d8784e0427 diff --git a/basis/core-text/core-text.factor b/basis/core-text/core-text.factor index fc5b9c7d6f..d50f69040b 100644 --- a/basis/core-text/core-text.factor +++ b/basis/core-text/core-text.factor @@ -4,9 +4,9 @@ USING: accessors alien.c-types alien.data alien.syntax arrays assocs cache classes colors combinators core-foundation core-foundation.attributed-strings core-foundation.strings core-graphics core-graphics.types core-text.fonts destructors -fonts init io.encodings.string io.encodings.utf16 kernel make -math math.functions math.order math.vectors namespaces opengl -sequences strings ; +fonts io.encodings.string io.encodings.utf16 kernel make +math math.functions math.vectors namespaces opengl sequences +strings ; IN: core-text TYPEDEF: void* CTLineRef