Bug? FontAwsome is not added to the project if created in code

Cableguy

Expert
Licensed User
Longtime User
Hi EREL

I've created a custom view that uses the FontAwsome as font for 2 Labels.
I defined the Font like

B4X:
LeftArrow.Font = fx.CreateFontAwesome(mHeight * .8)

But after compiling the Class to Library, the new project complains that the font was not copied to the folder...
 

Cableguy

Expert
Licensed User
Longtime User
Although it doesn't throw any errors when compiling to Library, it complains when using the lib about the font not being found.

So I guess I need to turn this into a wish and Alert the Lib users to add the font in their apps.
 
Top