FontSize Enumeration
Specifies the font sizes defined by HTML 4.0.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| AsUnit | The font size is specified by a point value. | |
| Large | The font size is two sizes larger than the base font size. | |
| Larger | The font size is one size larger than the parent element. | |
| Medium | The font size is one size larger than the default font size. | |
| NotSet | The font size is not set. | |
| Small | The base font size determined by the browser. | |
| Smaller | The font size is one size smaller than the parent element. | |
| XLarge | The font size is three sizes larger than the base font size. | |
| XSmall | The font size is one size smaller than the base font size. | |
| XXLarge | The font size is four sizes larger than the base font size. | |
| XXSmall | The font size is two sizes smaller than the base font size. |
The FontSize enumeration represents the font sizes defined by HTML 4.0. The font size can be an absolute or relative size.
An absolute font size represents a predefined font size determined by the browser. The possible values for an absolute font size are XXSmall, XSmall, Small, Medium, Large, XLarge, and XXLarge.
A relative font size represents a font size one size larger or smaller than a parent element's font size. The possible values for a relative font size are Smaller and Larger.
Note |
|---|
Some browers do not recognize Smaller and Larger font sizes. Check with your browser for compatibility. |
Available since 1.1
