Class ZapfDingbatsEncoding


  • public class ZapfDingbatsEncoding
    extends java.lang.Object
    Mapping between ZapfDingbats encoding and Unicode. The ZapfDingbats encoding is defined by the PDF specification, p935 in the 1.6 version.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void remap​(AttributedRun run, int start, int limit)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZapfDingbatsEncoding

        public ZapfDingbatsEncoding()
    • Method Detail

      • remap

        public static void remap​(AttributedRun run,
                                 int start,
                                 int limit)