I am using it for this center string which is drawn with the core graphics. I have the function CGContextGetTextDrawingMode ( )
No documents can be found. It is clear what it does, but is it a private API that I should avoid?
The test is simple: if it is not documented, then it is private to use it for app store submission. Do not
He said that the absence of this particular API seems like an inspection, because CGContextSetTextDrawingMode ()
is to stay on the safe side, if you know that you Which mode you want, just set it up and use it. If you want to preserve the existing value in such a snippet as you indicate, you can do it by using CGContextSaveGState, etc. and then restoring it.
Comments
Post a Comment