The height of the font.
<caption> <checkboxes> <clock> <defaults> <dropdown> <image> <instruct> <likert> <listbox> <openended> <radiobuttons> <slider> <slidertrial> <survey> <surveypage> <text> <textbox>
The height can be specified in percentages, pixels, or points.
The following displays the value of fontheight in a text stimulus:
<text sometext>
/ items= ("fontheight = <% text.foo.fontheight %>")
</text>
The following displays the value of fontheight in an instruction page:
<page somepage>
fontheight = <% defaults.fontheight %>
</page>