-
Notifications
You must be signed in to change notification settings - Fork 395
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
Using fonts with Android Studio 3 #103
Comments
+1 |
2 similar comments
+1 |
+1 |
Hi @RJFares, Are you referring to Downloadable fonts? |
@RJFares Not Downloadable fonts .Android allows to use Fonts from Resource directory without saving it in assets. |
@medyo yea that's the one. |
fb_textFont accepts a string which points to a font in the asset folder.
With AS3, we can now use fonts in fontFamily attribute.
Add this feature please :)
(which saves a lot of space by removing the custom fonts from asset folder)
The text was updated successfully, but these errors were encountered: