Skip to content

-[NSString drawAtPoint:withAttributes:] regression #1335

Closed

Description

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

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions