public static class PlatformHookUnixoid.FontEntry extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
charset
The character subset.
|
java.lang.String |
file
File name.
|
java.lang.String |
name
Platform font name.
|
| Constructor and Description |
|---|
PlatformHookUnixoid.FontEntry()
Constructs a new
FontEntry. |
PlatformHookUnixoid.FontEntry(java.lang.String charset,
java.lang.String name,
java.lang.String file)
Constructs a new
FontEntry. |
public java.lang.String charset
public java.lang.String name
public java.lang.String file
public PlatformHookUnixoid.FontEntry()
FontEntry.public PlatformHookUnixoid.FontEntry(java.lang.String charset, java.lang.String name, java.lang.String file)
FontEntry.charset - The character subset. Basically a free identifier, but should be uniquename - Platform font namefile - File name