Package com.ms.fx Previous
Previous
Contents
Contents
Index
Index
Next
Next

Class FxSystemFont

Methods

public final class FxSystemFont extends FontX 
{
  // Methods
  public static Font getIconTitleFont();
  public static Font getCaptionFont();
  public static Font getSmallCaptionFont();
  public static Font getMenuFont();
  public static Font getStatusFont();
  public static Font getMessageBoxFont();
}

A class that handles the system fonts.

This class implements a Javabeans event to notify listener objects when a system font changes.


Methods


getIconTitleFont

public static Font getIconTitleFont();

Retrieves the icon title font.

Return Value:

Returns the icon title font.


getCaptionFont

public static Font getCaptionFont();

Retrieves the caption font.

Return Value:

Returns the caption font.


getSmallCaptionFont

public static Font getSmallCaptionFont();

Retrieves the small caption font.

Return Value:

Returns the small caption font.


getMenuFont

public static Font getMenuFont();

Retrieves the menu font.

Return Value:

Returns the menu font.


getStatusFont

public static Font getStatusFont();

Retrieves the status font.

Return Value:

Returns the status font.


getMessageBoxFont

public static Font getMessageBoxFont();

Retrieves the message box font.

Return Value:

Returns the message box font.



Top© 1997 Microsoft Corporation. All rights reserved. Legal Notices.