public abstract class FontProvider
extends java.lang.Object
Constructor and Description |
---|
FontProvider() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<? extends FontInfo> |
getFontInfo()
Returns a list of information about fonts on the system.
|
abstract java.lang.String |
toDebugString()
Returns a string containing debugging information.
|
public abstract java.lang.String toDebugString()
public abstract java.util.List<? extends FontInfo> getFontInfo()