public abstract class FontProvider extends Object
Constructor and Description |
---|
FontProvider() |
Modifier and Type | Method and Description |
---|---|
abstract List<? extends FontInfo> |
getFontInfo()
Returns a list of information about fonts on the system.
|
abstract String |
toDebugString()
Returns a string containing debugging information.
|
public abstract String toDebugString()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.