Hey AFP experts,
I am building an overlay with the "Drawbox" command.
I would like to have two different types of fonts in the same text string (same line) inside the box. (ie. normal + bold text).
here is my sample of what I want to do:
drawbox 6.45 0.77 2 rounded withtext modern center justify lastno auto
line normfont 'text string1..................................................................'
line normfont 'text string2...........some bold text.................................... .'
line normfont 'text string3..................................................................' ;
It appears (to me) that each "line" can only specify 1 type of font; so I have moved the bold text to a separate line...
The end result looks poor..because I go from 3 lines to 5 and it doesn't look balanced.
here is my sample of what I am stuck with:
drawbox 6.45 0.77 2 rounded withtext modern center justify lastno auto
line normfont 'text string1..................................................................'
line normfont 'text string2..........'
line boldfont 'bold text3'
line normfont 'text string 4...............'
line normfont 'text string5.................................................................' ;
Is there a way I can have 2 different fonts on a single line using "drawbox withtext"
Any advice is appreciated:
Regards,
Rob