You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Several bug fixes
* Address CR feedback
* Move dpi to method set
* More CR feedback
Handle edge case where a line is made up of white space, fix bug where trying to call CTRunDraw on a background thread would crash, and fix regression of not being able to have multiple colors in the same line.
Fixes#1130, #1109, and #1171
Using the CT-DW branch (see #925), calling CTLineDraw() on a background thread to draw into a bitmap context causes the following exception:
This can be reproduced by calling the following code on a background thread:
The text was updated successfully, but these errors were encountered: