Package com.rtfparserkit.parser.standard
Class FontCharset
- java.lang.Object
-
- com.rtfparserkit.parser.standard.FontCharset
-
class FontCharset extends java.lang.ObjectRepresents font character sets which may be encountered in an RTF file.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String[]MAPPING
-
Constructor Summary
Constructors Constructor Description FontCharset()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetCharset(int parameter)Convert a font character set to an encoding name.
-