In my program (BlitzPlus) I use the font Vivaldi, which is not available on every windows system. It I start the program on a system without Vivaldi, the program uses Arial instead. What can I do to fix this?
Can I tell BlitzPlus to read out the font in a special folder? I tried something like
Global vivaldi_b = LoadFont("fonts\Vivaldi",32,1,0,0)
with fonts being a new folder containing Vivaldi, but it does not work.
Can I tell BlitzPlus to read out the font in a special folder? I tried something like
Global vivaldi_b = LoadFont("fonts\Vivaldi",32,1,0,0)
with fonts being a new folder containing Vivaldi, but it does not work.