Cocoanetics / DTCoreText

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

Help, help, if the HTML contains tables, DTAttributedTextContentView cannot display the tables correctly. Is there a solution? #1247

Closed veryip7 closed 2 years ago

veryip7 commented 2 years ago

Help, help, if the HTML contains tables, DTAttributedTextContentView cannot display the tables correctly. Is there a solution?

odrobnik commented 2 years ago

That's a known limitation. There are no public APIs that I know of to represent them in TextKit / CoreText.

veryip7 commented 2 years ago

I see. Thank you for your reply