public abstract class FontProvider
extends java.lang.Object
| Constructor | Description |
|---|---|
FontProvider() |
| Modifier and Type | Method | 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()
Copyright © 2002–2018. All rights reserved.