Microsoft SDK for Java

toString

This method of the FontX Class returns a string that specifies the family, font face, style, and size of the given font.

Syntax

public String toString();

Return Value

Returns a string having the following format:

class[family=family-name,name=font-name,style=bold/italic,size=size]

© 1999 Microsoft Corporation. All rights reserved. Terms of use.