Methods | Fields | This Package | All Packages

FontDevice Class

Defines a group of constants that determine what types of fonts will be listed in a font dialog box.

Enum
  |
  +--FontDevice

package com.ms.wfc.ui

public class FontDevice
extends
Enum

Remarks

The fonts that you display in a font dialog using the FontDialog class can be screen fonts, printer fonts, or both. To specify what fonts are displayed in the common font dialog box, combine one or more of the values defined in this class using the bitwise OR operator, and pass the resulting value to the FontDialog object's setFontDevice method.