Wish BitmapCreator Text and TextRotated

Scantech

Well-Known Member
Licensed User
Longtime User
B4X:
Dim bc As BitmapCreator
bc.DrawText(Text As String, x As Float, y As Float, font As B4XFont, Color As Int, Alignment As android.graphics.Paint.Align)
bc.DrawTextRotated(Text As String, x As Float, y As Float, Font As B4XFont, Color As Int, Alignment As android.graphics.Paint.Align, Degree As Float)

These will be nice to have. There might be few others in B4XCanvas that i like to see in BitmapCreator.
 
Top