
Which results in the glyphs being correctly orientated.
sFlipTransform = CGAffineTransformIdentity;
sFlipTransform = CGAffineTransformScale
(sFlipTransform, 1, -1);

This blog is a personal diary of a project to port Cello, an MFC based application, to OSX and Cocoa.
Which results in the glyphs being correctly orientated.
sFlipTransform = CGAffineTransformIdentity;
sFlipTransform = CGAffineTransformScale
(sFlipTransform, 1, -1);
No comments:
Post a Comment