Screen.resetFontSize()
Overview
Resets the current font size for the native emulation screen. Only valid for TE hosts in native mode. This function will reset the font size for the native emulation screen to the value set in the Velocity Console under Settings > Native Theme > Screen Properties > Size.
Added in version 2.1.45
Use Case
You want to reset the font size of the emulation screen to the default value set in the host profile.
Format
Screen.resetFontSize();
Example
Copy
/* Resets the font size of the native emulation screen to the default value */
Screen.resetFontSize();