Why stimulus in "Wingdings 3" fonttype could not be displayed normally?
Hi, I would like to use some characters (Ç and È) in Wengdings 3 as the stimuli, but the characters could not be displayed normally but instead shown as "" when I run the program. I have installed the Wingdings 3 font. I used a canvas to display the stimuli, and the inline code is like this:
stim.set_font(style="Wingdings 3", underline=None, bold=None, italic=None, size=36)
stim.text("Ç",color='black',x=stim.xcenter(),y=stim.ycenter())
I have also tried in skechpad, and found it could be displayed in editing mode, but not in running mode.
Any ideas? Thanks in advance.
Comments
The screenshot of editing mode
and running mode