Gets the default font which will be from the family "System", and typically the style "Regular", and be of a size consistent with the user's desktop environment, to the extent that can be determined.
Gets all the font families installed on the user's system, including any application fonts or SDK fonts.
Searches for an appropriate font based on the font family name and weight and posture style.
Searches for an appropriate font based on the font family name and weight style.
Searches for an appropriate font based on the font family name and posture style.
Searches for an appropriate font based on the font family name and size.
Searches for an appropriate font based on the given font family name and default font size.
Searches for an appropriate font based on the default font family name and given font size.
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.
Gets the names of all fonts that are installed on the users system, including any application fonts and SDK fonts.
Loads a font resource from the specified URL.
Loads a font resource from the specified input stream.