Custom font in sketchpad
Hi everyone,
I am trying to apply a custom font to all the textline in sketchpads in WebOS.
I have tried:
- Select the custom font in Experiment Font in experiment property - did not work
- Add font to file pool and referenced it in
font_familyintextline, it did not work and crashed OpenSesame with a Qt exception - Tried in inline javascript, with
Canvas()FontFaceand evencanvas.getContext("webgl2")but to no avail.
I use JATOS to host the studies but ideally I would like to be able to apply the font via the OS UI and not manipulate the code in JATOS archive.
Thank you in advance for your help.