Package com.tom_roush.fontbox.ttf
Class WGL4Names
- java.lang.Object
-
- com.tom_roush.fontbox.ttf.WGL4Names
-
public final class WGL4Names extends Object
Windows Glyph List 4 (WGL4) names for Mac glyphs.
-
-
Field Summary
Fields Modifier and Type Field Description static String[]MAC_GLYPH_NAMESThe 258 standard mac glyph names a used in 'post' format 1 and 2.static Map<String,Integer>MAC_GLYPH_NAMES_INDICESThe indices of the standard mac glyph names.static intNUMBER_OF_MAC_GLYPHSThe number of standard mac glyph names.
-
-
-
Field Detail
-
NUMBER_OF_MAC_GLYPHS
public static final int NUMBER_OF_MAC_GLYPHS
The number of standard mac glyph names.- See Also:
- Constant Field Values
-
MAC_GLYPH_NAMES
public static final String[] MAC_GLYPH_NAMES
The 258 standard mac glyph names a used in 'post' format 1 and 2.
-
-