Methods | Fields | This Package | All Packages

FontSize Class

Defines a group of constants that represent the units in which font sizes can be specified.

Enum
  |
  +--FontSize

package com.ms.wfc.ui

public final class FontSize
extends
Enum

Remarks

The following is an example of the context in which the FontSize class is used.

When creating a Font object, you can specify the font's size. If you specify that the font's size is 10, this size can represent 10 millimeters, 10 pixels, 10 logical units (and so on), depending on the units in which this size is expressed. The FontSize class identifies the units in which the size designation are to be measured.