SimonFairbairn / SwiftyMarkdown

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

New `ignoreDynamicFontSize` property for iOS #132

Open Claes34 opened 2 years ago

Claes34 commented 2 years ago

This PR adds a new ignoreDynamicFontSize property that is necessary if you want to set sizes for other styles then italic or bold without setting the fontName (you cannot get SFUI font via name).

Inspired by an old but still opened PR.

Narayane commented 2 years ago

@SimonFairbairn possible to include this PR in next release please?

Narayane commented 1 year ago

Hi @leolobato, I have done your requested changes. Thanks.

Claes34 commented 1 year ago

Hi @leolobato,

I have done your requested changes.

Thanks.

Thanks Seb

Narayane commented 1 year ago

@leolobato possible to merge it plz?

leolobato commented 1 year ago

@Narayane I don't have write permission to this repository. Only @SimonFairbairn should be able to merge and by the number of open, unmerged PRs, I suspect he doesn't have time to maintain this library anymore.

I suggest you use your own fork with the fix on your project.