public class CMAPTable extends TTFTable
Modifier and Type | Field | Description |
---|---|---|
static int |
ENCODING_BIG5 |
An encoding constant.
|
static int |
ENCODING_JOHAB |
An encoding constant.
|
static int |
ENCODING_PRC |
An encoding constant.
|
static int |
ENCODING_SHIFT_JIS |
An encoding constant.
|
static int |
ENCODING_SYMBOL |
An encoding constant.
|
static int |
ENCODING_UNICODE |
An encoding constant.
|
static int |
ENCODING_WANSUNG |
An encoding constant.
|
static int |
PLATFORM_MACINTOSH |
A constant for the platform.
|
static int |
PLATFORM_MISC |
A constant for the platform.
|
static int |
PLATFORM_WINDOWS |
A constant for the platform.
|
static java.lang.String |
TAG |
A tag used to identify this table.
|
initialized
Constructor | Description |
---|---|
CMAPTable() |
Modifier and Type | Method | Description |
---|---|---|
CMAPEncodingEntry[] |
getCmaps() |
|
void |
initData(TrueTypeFont ttf,
TTFDataStream data) |
This will read the required data from the stream.
|
void |
setCmaps(CMAPEncodingEntry[] cmapsValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCheckSum, getInitialized, getLength, getOffset, getTag, setCheckSum, setLength, setOffset, setTag
public static final java.lang.String TAG
public static final int PLATFORM_MISC
public static final int PLATFORM_MACINTOSH
public static final int PLATFORM_WINDOWS
public static final int ENCODING_SYMBOL
public static final int ENCODING_UNICODE
public static final int ENCODING_SHIFT_JIS
public static final int ENCODING_BIG5
public static final int ENCODING_PRC
public static final int ENCODING_WANSUNG
public static final int ENCODING_JOHAB
public void initData(TrueTypeFont ttf, TTFDataStream data) throws java.io.IOException
public CMAPEncodingEntry[] getCmaps()
public void setCmaps(CMAPEncodingEntry[] cmapsValue)
cmapsValue
- The cmaps to set.Copyright © 2008–2018. All rights reserved.