what it that func in CoreText ?

I can use CGContextShowText to display character. and what I should use in CoreText?

I find there is NSAttributedString but there is lack of setShouldAntialias and setAllowsAntialiasing(Bool) in NSAttributedString

I DO NOT want to use Antialiase which means I want to set Antialiase to FALSE when I display characters

Calling these functions on your CGContext should have the effect your looking for. There isn't a CoreText specific function for configuring antialiased text drawing.

what it that func in CoreText ?
 
 
Q