Closed
Description
openedon Nov 8, 2016
Dear WinObjC Engineers,
From release 41 to 42 there is a regression in -[NSString drawAtPoint:withAttributes:]. The color attribute perhaps worked in 41, but in 42 the color attribute is all messed up. Here is a code frag that executes the bug:
stringAttributes = [[NSDictionary alloc] initWithObjectsAndKeys:[UIFont systemFontOfSize:12.0], NSFontAttributeName, [UIColor redColor], NSForegroundColorAttributeName, nil];
[aString drawAtPoint:aPoint withAttributes:stringAttributes];
Sincerely,
Ed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment