Font Size in OpenSesame
Hello!
I am a researcher and I built an experiment but I have some issues. I've created this form, but I need to increase the font size, I've tried some things but I can't find a way to make letters bigger. Thank you very much for help.
Attached OpenSesame script:
set timeout infinite set spacing 10 set rows "1;1;1" set only_render no set margins "100;100;100;100" set form_question XXXXXXX set description "A simple text input form" set cols "2;8" set button_text Ok set allow_multiple no set advance_immediately yes set _theme gray widget 0 0 1 1 label text="TITLE1" widget 0 0 2 1 label text="Instructions" widget 0 1 1 1 label center=no text="1. ITEM" widget 1 1 1 1 rating_scale click_accepts=yes nodes="1. Min;2;3;4;5;6;7. Max" var=response
Comments
Hi Oscar,
The easiest way to change the font size is to change the font in the General Properties tab of the experiment. But this will change the font size everywhere. To change the font for specific strings of text, you can use HTML/ CSS styling, like so:
See also:
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!