public static List<String> getFontNames (String family)

Gets the names of all fonts in the specified font family that are installed on the users system, including any application fonts and SDK fonts. This call has performance considerations as looking up all of the fonts may be an expensive operation the first time.

Returns:  The list containing the fonts for the given family.