Class CMapFormat6
java.lang.Object
com.sun.pdfview.font.ttf.CMap
com.sun.pdfview.font.ttf.CMapFormat6
- Author:
- jkaplan
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCMapFormat6(short language) Creates a new instance of CMapFormat0 -
Method Summary
Modifier and TypeMethodDescriptiongetData()Get the data in the map as a byte buffershortGet the length of this tablebytemap(byte src) Cannot map from a bytecharmap(char src) Map from charcharreverseMap(short glyphID) Get the src code which maps to the given glyphIDvoidsetData(int length, ByteBuffer data) Get the data in this map as a ByteBuffer
-
Constructor Details
-
CMapFormat6
protected CMapFormat6(short language) Creates a new instance of CMapFormat0
-
-
Method Details
-
getLength
-
map
-
map
-
reverseMap
public char reverseMap(short glyphID) Get the src code which maps to the given glyphID- Specified by:
reverseMapin classCMap
-
setData
Get the data in this map as a ByteBuffer -
getData
Get the data in the map as a byte buffer
-