The TextSize Meta Tag is an action tag used to set the zoom size of the text.
TextSize (META Tag) Syntax <META HTTP-Equiv="TextSize" content="[method>
Items listed in this section indicate methods or, in some cases, indicate parameters which will be retrieved.
Name Description
Default Value Largest Set to the largest font Medium Larger Set to the larger font Medium Medium Set to the medium font Medium Smaller Set to the smaller font Medium Smallest Set to the smallest font Medium
Copy methods template to clipboard: META Tags Javascript
The following example uses TextSize to set the text zoom level to the smallest:
<META HTTP-Equiv="TextSize" Content="Smallest">
Copy example to clipboard
Screen OrientationWhen the screen orientation changes, either using the ScreenOrientation tag or by rotating a device with hardware support, the command areas will automatically move and resize to fit the new layout. However the buttons themselves are not moved and in some cases this may result in them being off the screen or not in the expected position. If so they must be moved manually by detecting the ScreenOrientationEvent.
Supported Platforms Windows CE, Windows Mobile Persistence This tag is persistent. Min. Requirements None.