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
Set the font size for CAPI text for all questions
-
Pina
- Posts: 20
- Joined: August 22nd, 2021, 6:01 pm
-
Arjun Brti
- Posts: 63
- Joined: October 15th, 2020, 3:40 am
- Location: Nepal
Re: Set the font size for CAPI text for all questions
Hi Pina
I used to following logic to set the font size.
PROC MYAPP_FF
preproc
setfont( All, "Arial", 27, bold );
Thanks.
I used to following logic to set the font size.
PROC MYAPP_FF
preproc
setfont( All, "Arial", 27, bold );
Thanks.
-
sherrell
- Posts: 407
- Joined: April 2nd, 2014, 9:16 pm
- Location: Washington, DC
Re: Set the font size for CAPI text for all questions
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.
You do not have the required permissions to view the files attached to this post.
-
Pina
- Posts: 20
- Joined: August 22nd, 2021, 6:01 pm
Re: Set the font size for CAPI text for all questions
Many thanks Sherrell and Arjun Brti.