Millisecond Forums

Changing caption's font size

https://forums.millisecond.com/Topic26778.aspx

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

gsu - Wednesday, April 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!

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>