Open usernotnull opened 7 years ago
+1
+1
+1
Hi @RJFares, Are you referring to Downloadable fonts? https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts.html
@RJFares Not Downloadable fonts .Android allows to use Fonts from Resource directory without saving it in assets. path : res/fonts/pacifico.tff.
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.
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)