delba / TextAttributes

An easier way to compose attributed strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support Mac OS X

NilStack opened this issue · comments

hi, @delba :

Thanks for sharing TextAttributes
do you have plan to support Mac OS X?

thanks

Hi @NilStack,

Thanks for the issue.
I won't consider TextAttributes to be complete without the support for OSX. So it's definitely on the roadmap!
Unfortunately it's a bit trickier / time consuming than some might think: there is more than just aliasing UIFont and NSFont to Font...

I'm gonna work on it this weekend but don't hold your breath ;)

Also, pull requests are welcome as always :)

@NilStack I added the support for OSX on the next branch.

Could you please check it out and report any bug please?

@delba Thanks! I'm going to use it in my current project. Thanks for so quick response!