You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary><glossarytag="return">Returns</glossary> a list of the font sizes available for a specified <glossarytag="font">font</glossary>.</summary>
<examples>
<example>the fontSizes of "Arial"</example>
</examples>
<description>
<p>Use the <b>fontSizes</b> <control_sttag="function">function</control_st> to determine which font sizes can be displayed or printed without creating "jaggies".</p><p/><p><b>Parameters:</b></p><p>The <i>fontName</i> is the name of a <glossarytag="font">font</glossary> that is installed on the system.</p><p/><p><b>Value:</b></p><p>The <b>fontSizes</b> <control_sttag="function">function</control_st> <glossarytag="return">returns</glossary> a list of numbers that represent point sizes, one per <keywordtag="line">line</keyword>.</p><p/><p><b>Comments:</b></p><p>If zero appears in the list returned by the <b>fontSizes</b> <control_sttag="function">function</control_st>, the <glossarytag="font">font</glossary> is scalable, meaning that it can be displayed at any size supported by the operating system.</p>