HMGPDF
Posted: Tue Apr 26, 2022 1:39 pm
Does anybody know if it is possible to HPDFPRINT a string containing multiple sizes/colors mixed.
Something like this:
This string has multiple sizes and colors..
In HMGPDF :
@ nROW, nPOS HPDFPRINT 'This string has multiple sizes and colors.
obviously doesn't work but that how I would like to print a string.
I suppose it has to be done in more than 1 commands:
@ nROW, nPOS HPDFPRINT 'This '
@ nROW, nPOS+.. HPDFPRINT 'string' SIZE 10
@ nROW, nPOS+.. HPDFPRINT 'has'
etc.etc..
OR
Is there an easier way to it?
Thanks, Serge
Something like this:
This string has multiple sizes and colors..
In HMGPDF :
@ nROW, nPOS HPDFPRINT 'This string has multiple sizes and colors.
obviously doesn't work but that how I would like to print a string.
I suppose it has to be done in more than 1 commands:
@ nROW, nPOS HPDFPRINT 'This '
@ nROW, nPOS+.. HPDFPRINT 'string' SIZE 10
@ nROW, nPOS+.. HPDFPRINT 'has'
etc.etc..
OR
Is there an easier way to it?
Thanks, Serge