-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change font and font-size for specific theme #64
Comments
I noticed I could do this in previous versions of highlightr but now I cannot, and don’t know why. |
I’m currently using the |
Did you tried using |
Yes I did, but it doesn’t work! |
It does work for me as expected. |
Works for me too. |
Hello.
I was wondering if there's a way to change the font and the font size for a specific theme, let's say "Markdown".
I've tried to set it as the font of the
UITextView
but it keeps changing to some default one. I think that it changes due to the applied theme but I cannot find where it is default set to.I'm using
CodeAttributedString
to perform the real time highlightCan someone point me in the right direction?
The text was updated successfully, but these errors were encountered: