Hi,
im trying to combine material fonts with my main font.
There is error. Could you help me ?
im trying to combine material fonts with my main font.
There is error. Could you help me ?
B4X:
Dim cs As CSBuilder
cs.Initialize.Font(Font.CreateMaterialIcons(18)).VerticalAlign(5dip).Append(Chr(0xE531)).Font(DefaultFont).Append(txt).PopAll
lbl.Text =cs