Methods | Fields | This Package | All Packages
Encapsulates a Win32 font, which is used to draw text on video displays and other output devices.
package com.ms.wfc.ui
public final class Font
implements IConstructable, IPersistable
Remarks
The Font object encapsulates a Windows font and provides the member functions for manipulating that font. To explicitly use a Font object, construct the object and call the appropriate object's setFont method.
All Font object initialization occurs in the constructor; once the object is constructed, its attributes cannot be changed.