nativescript-bitmap-factory
nativescript-bitmap-factory copied to clipboard
writeText - bold
How to make a font bold?
the .ttf files can simply be copied to the app/fonts directory in NativeScript project. in case of Roboto-Black.ttf
bmp.writeText("Sample", {x:50,y:50}, {color:new Color("#ff0000"), size:20, name:"Roboto-Black"});