SimonFairbairn / SwiftyMarkdown

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

Fixing issue of font being scaled down. #144

Closed drzastwakamil-hivegard closed 1 year ago

drzastwakamil-hivegard commented 1 year ago

The scaledFont(for: customFont) function was returning wrong results. I'dont see the point of using the function when we have the customFont we could just return it.