Package com.sun.pdfview.font.cid

Examples of com.sun.pdfview.font.cid.PDFCMap


   ************************************************************************/
 
  public void parseToUnicodeMap(PDFObject fontObj) throws IOException {
    PDFObject toUnicode = fontObj.getDictRef("ToUnicode");
    if (toUnicode != null) {
      PDFCMap cmap = PDFCMap.getCMap(toUnicode);
      this.glyphLookupMap = cmap;
    }
  }
View Full Code Here

TOP

Related Classes of com.sun.pdfview.font.cid.PDFCMap

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.