Microsoft SDK for Java

getAttributeList

The getAttributeList method of the FontX Class contains the following signatures:

getAttributeList()
getAttributeList(String face)

getAttributeList()

Retrieves a list of the attributes that the current font supports.

Syntax

public static String[] getAttributeList();

Return Value

Returns an array of strings describing the attributes the font supports.

getAttributeList(String face)

Retrieves a list of the attributes this font supports, given the font face.

Syntax

public static String[] getAttributeList(String face);

Return Value

Returns an array of strings describing the attributes the font supports.

Parameters

face The current font face.

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