SimonFairbairn / SwiftyMarkdown

Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
MIT License
1.64k stars 275 forks source link

Fix bold font size get's overridden by font descriptor #110

Closed bensLine closed 3 years ago

bensLine commented 3 years ago

(Solves #109)

If a user defined a fontSize it will be prefered over the size of the fontDescriptor for the bold/italic trait.