This sub will let you use icon fonts as bitmaps
Sub FontBit (icon As String, font_size As Float, color As Int, awesome As Boolean) As Bitmap
If color = 0 Then color = Colors.White
Dim typ As Typeface = Typeface.MATERIALICONS
If awesome Then typ = Typeface.FONTAWESOME
Dim bmp As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.