Class FontCharset


  • class FontCharset
    extends java.lang.Object
    Represents 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.String getCharset​(int parameter)
      Convert a font character set to an encoding name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MAPPING

        private static final java.lang.String[] MAPPING
    • Constructor Detail

      • FontCharset

        FontCharset()
    • Method Detail

      • getCharset

        public static java.lang.String getCharset​(int parameter)
        Convert a font character set to an encoding name.