Set the font size for CAPI text for all questions

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
Pina
Posts: 20
Joined: August 22nd, 2021, 6:01 pm

Set the font size for CAPI text for all questions

Post 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
Arjun Brti
Posts: 49
Joined: October 15th, 2020, 3:40 am

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

Post 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.
sherrell
Posts: 397
Joined: April 2nd, 2014, 9:16 pm
Location: Washington, DC

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

Post 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 1000 times
Pina
Posts: 20
Joined: August 22nd, 2021, 6:01 pm

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

Post by Pina »

Many thanks Sherrell and Arjun Brti.
Post Reply