Skip to content
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

Open
usernotnull opened this issue Oct 27, 2017 · 6 comments
Open

Using fonts with Android Studio 3 #103

usernotnull opened this issue Oct 27, 2017 · 6 comments

Comments

@usernotnull
Copy link

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)

@dreamteryst
Copy link

+1

2 similar comments
@NayMak
Copy link

NayMak commented Dec 16, 2017

+1

@kishan2612
Copy link

+1

@medyo
Copy link
Owner

medyo commented Mar 13, 2018

Hi @RJFares, Are you referring to Downloadable fonts?
https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts.html

@kishan2612
Copy link

@RJFares Not Downloadable fonts .Android allows to use Fonts from Resource directory without saving it in assets.
path : res/fonts/pacifico.tff.

@usernotnull
Copy link
Author

Hi @RJFares, Are you referring to Downloadable fonts?
https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts.html

@medyo yea that's the one.
Basically to be able to use fonts without having them inside assets.
Any workaround would greatly benefit being added into this lib's readme.

vkrissz added a commit to vkrissz/Fancybuttons that referenced this issue Aug 5, 2018
…d require API level 14.)

Increase version to 1.9.0 due to dependency changes and min API level changes.
Solve issues: medyo#103 medyo#116
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants