-
Notifications
You must be signed in to change notification settings - Fork 81
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
Any way to have multiple fonts for multiple textStyles? #15
Comments
I'd be also interested in this. |
We did something similar in our app using custom text appearance styles. Not exactly what you want, but works well enough. |
@masterjefferson May I have the custom view/class? |
@MHKalantarian How did you solved this issue? |
@basmaessen Custom class for every single view and not binding calligraphy on some pages! |
@MHKalantarian And what if you have multiple fonts for 1 view |
@basmaessen If you mean multiple fonts for 1 type of view you'll have to use a custom attribute or get the font in constructor
|
@MHKalantarian Do you have an example of a custom view for a TextView or Button or something? |
@basmaessen a simple example for a textview
|
I want to use separate fonts for BOLD & Italic textStyle. Is there any way to do this with the library? or any kind of workaround? I've tried writing custom classes for some views but Calligraphy overrides them :(
The text was updated successfully, but these errors were encountered: