Package com.ms.fx |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
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.
public static Font getIconTitleFont();Retrieves the icon title font.
Return Value:
Returns the icon title font.
public static Font getCaptionFont();Retrieves the caption font.
Return Value:
Returns the caption font.
public static Font getSmallCaptionFont();Retrieves the small caption font.
Return Value:
Returns the small caption font.
public static Font getMenuFont();Retrieves the menu font.
Return Value:
Returns the menu font.
public static Font getStatusFont();Retrieves the status font.
Return Value:
Returns the status font.
public static Font getMessageBoxFont();Retrieves the message box font.
Return Value:
Returns the message box font.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.