The font height of the current survey page.
<survey>
survey.name.pageFontHeight
Read/Write
extent
The following displays the value of pageFontHeight in a text stimulus:
<text myText>
/ items= ("pageFontHeight = <% survey.interview.pageFontHeight %>")
</text>
The following displays the value of pageFontHeight in an instruction page:
<page myPage>
pageFontHeight = <% survey.interview.pageFontHeight %>
</page>