The information in this article applies to:
SUMMARYThe java.awt.Font class represents a font in a platform-independent way. This class restricts the programmer to using a small subset of the fonts installed on a user's system. Microsoft's virtual machine exposes a class to access all of the TrueType fonts installed on the user's system. MORE INFORMATIONThe com.ms.awt.FontX class provides access to all of the fonts that are installed on the user's system. This class creates a new font with the specified name, style, and point size. It is used to access system fonts on the Microsoft Win32 platform not otherwise available in Java (for example, the "symbol" font). This class is available only for the Microsoft virtual machine. Sample Code
REFERENCESFor the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java,
please see the following pages on the Microsoft Technical Support site: http://support.microsoft.com/support/visualj/ Additional query words: font truetype
Keywords : kbSDKJava300 kbSDKJava310 AWTPkg kbSDKJava320 |
Last Reviewed: November 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |