|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.pdf.CMap
public class CMap
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 |
|---|
public CMap(String name)
throws IOException
IOException| Method Detail |
|---|
public int map(char ch)
public static InputStream getCMapData(String name)
public int getMax()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||