iOS CoreText. ( C) , .
.
http://developer.apple.com/library/ios/#documentation/StringsTextFonts/Conceptual/CoreText_Programming/Introduction/Introduction.html
Apple , Adobe. , . ( PDF) CoreText , Adobe , . .
, .
Framework CoreText iOS. , , . ( ). , , , .
CoreText .
: (1) Core Text iOS (2) Core :
CoreText Mac OS X. iOS. CoreText Mac, , . , . Apple Mac.
Flash ( ), Apple. , . , Apple . ( - Adobe:)
, , . NSAttributedString ( ) , , , NSAttributedString CoreText.
, NSAttributedString, .
- (void)drawRect:(CGRect)rect
{
NSAttributedString* AS = [self text];
CGContextRef CTX = UIGraphicsGetCurrentContext();
CGMutablePathRef P = CGPathCreateMutable();
CGRect R = rect;
CGPathAddRect(P, NULL, R);
CTFramesetterRef FS = CTFramesetterCreateWithAttributedString((CFAttributedStringRef)AS);
CTFrameRef F = CTFramesetterCreateFrame(FS, CFRangeMake(0, 0), P, NULL);
CTFrameDraw(F, CTX);
CFRelease(FS);
CGPathRelease(P);
, , -.
[[self layer] setGeometryFlipped:YES];
/, .
HTML UIWebView . CSS3 . , . HTML UIWebView , CoreText. CoreText UITableViewCell - .
freetype library - . . , . .
Android.