Cocoanetics / DTCoreText

Methods to allow using HTML code with CoreText
BSD 2-Clause "Simplified" License
6.34k stars 1.18k forks source link

Add ability to pass in a UIFontDescriptor for DTHTMLAttributedStringBuilder #1245

Closed bdotdub closed 2 years ago

bdotdub commented 3 years ago
odrobnik commented 2 years ago

@avium I find that this breaks the unit tests.

odrobnik commented 2 years ago

I made the necessary changes to this to work for iOS and macOS and not drag along a UIFontDescriptor any more. i.e. the option still works, but properly on all platforms.