By gsu - 4/10/2019
Hello,
Is it possible to change the font size of the caption in surveys? I can see that there's a /subcaptionfontstyle command, but I can't seem to find how to change the caption's font.
Thanks!
|
By Dave - 4/10/2019
+xHello, Is it possible to change the font size of the caption in surveys? I can see that there's a /subcaptionfontstyle command, but I can't seem to find how to change the caption's font. Thanks! Yes, the general /fonststyle applies to the /caption:
<surveypage example> / caption = "This is the caption" / subcaption = "This is the subcaption" / fontstyle = ("Verdana", 5%, true) / subcaptionfontstyle = ("Times New Roman", 3%) </surveypage>
|
|