Fancybuttons icon indicating copy to clipboard operation
Fancybuttons copied to clipboard

Using fonts with Android Studio 3

Open usernotnull opened this issue 6 years ago • 6 comments

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)

usernotnull avatar Oct 27 '17 12:10 usernotnull

+1

dreamteryst avatar Dec 15 '17 07:12 dreamteryst

+1

NayMak avatar Dec 16 '17 16:12 NayMak

+1

kishan2612 avatar Mar 13 '18 10:03 kishan2612

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

medyo avatar Mar 13 '18 12:03 medyo

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

kishan2612 avatar Mar 13 '18 12:03 kishan2612

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.

usernotnull avatar Mar 13 '18 14:03 usernotnull