Package org.openstreetmap.josm.tools
Class PlatformHookWindows.FontEntry
- java.lang.Object
-
- org.openstreetmap.josm.tools.PlatformHookWindows.FontEntry
-
- Enclosing class:
- PlatformHookWindows
public static class PlatformHookWindows.FontEntry extends java.lang.Object
Simple data class to hold information about a font.Used for fontconfig.properties files.
-
-
Constructor Detail
-
FontEntry
public FontEntry()
Constructs a newFontEntry
.
-
FontEntry
public FontEntry(java.lang.String charset, java.lang.String name, java.lang.String file)
Constructs a newFontEntry
.- Parameters:
charset
- The character subset. Basically a free identifier, but should be uniquename
- Platform font namefile
- File name
-
-