font to bitmap

  1. Kwame Twum

    Android Code Snippet Using Material/FontAwesome Icons as Bitmaps

    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...
Top