Page 1 of 1

Set the font size for CAPI text for all questions

Posted: July 9th, 2022, 12:56 pm
by Pina
Dear All,
I would like to change the font size of the CAPI text for all questions at a go. Any idea about how to go about it

Thanks

Re: Set the font size for CAPI text for all questions

Posted: July 11th, 2022, 12:17 am
by Arjun Brti
Hi Pina

I used to following logic to set the font size.

PROC MYAPP_FF
preproc
setfont( All, "Arial", 27, bold );

Thanks.

Re: Set the font size for CAPI text for all questions

Posted: July 11th, 2022, 11:23 am
by sherrell
Within the CSPro designer, if you go to the CAPI menu option Edit Styles, you'll see the dialog box below. Changing any of the font properties has an immediate, global effect. You would change the "Normal" font properties for the regular CAPI text.
edit styles.png
edit styles.png (55.09 KiB) Viewed 1013 times

Re: Set the font size for CAPI text for all questions

Posted: July 13th, 2022, 1:17 pm
by Pina
Many thanks Sherrell and Arjun Brti.