CreateFont vs LoadFont
in
Android Processing
•
1 year ago
Hi to all,
I am trying to develop some simple app to my new Android Tablet and I found something weird.
Processing command window shows me this message when I use a .vlw font file loaded with loadFont:
"Inefficient font rendering: use createFont() with a TTF/OTF instead of loadFont()."
OK, so I switched to createFont with the proper .ttf system file put into the data folder (where the .vlw file is, too).
The fact is that using createFont with the ttf file has a slower performance than using loadFont with the vlw file.
Has anyone found this situation? Am I doing anything wrong?
Thank you very much for your help in advance,
Mith
1