Fonts on-the-fly?
Posted: Tue Sep 24, 2019 6:54 pm
I have a series of files with some captions which have their own font specifications.
These have been pre-set and extracted using FontRequester and the different elements saved as a series of variables.
Is it possible to construct a LoadFont from variables?
Can't seem to work it out such as:-
aSIZE = "14"
aFONT = "Arial"
aLINE = " " + CHR(34) + aFONT + Chr(34) + ", " + aSIZE
LoadFont(1, aLINE)
Cannot make it work and all the functions I read about seem to be to extract individual items from FrontRequester.
An alternative would be to be able to save a complete LoadFont command line.
These have been pre-set and extracted using FontRequester and the different elements saved as a series of variables.
Is it possible to construct a LoadFont from variables?
Can't seem to work it out such as:-
aSIZE = "14"
aFONT = "Arial"
aLINE = " " + CHR(34) + aFONT + Chr(34) + ", " + aSIZE
LoadFont(1, aLINE)
Cannot make it work and all the functions I read about seem to be to extract individual items from FrontRequester.
An alternative would be to be able to save a complete LoadFont command line.