Style Intelligence v12.0

inetsoft.report.pdf
Class CMap

java.lang.Object
  extended by inetsoft.report.pdf.CMap

public class CMap
extends Object

CMap of a CID font.


Constructor Summary
CMap(String name)
          Create a cmap object for an unicode cmap.
 
Method Summary
static InputStream getCMapData(String name)
          Return the cmap data as a stream.
 int getMax()
          Get the maximum value in the character ranges.
 int map(char ch)
          Map a character to glyph index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMap

public CMap(String name)
     throws IOException
Create a cmap object for an unicode cmap.

Throws:
IOException
Method Detail

map

public int map(char ch)
Map a character to glyph index.


getCMapData

public static InputStream getCMapData(String name)
Return the cmap data as a stream.


getMax

public int getMax()
Get the maximum value in the character ranges.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.