Package | Description |
---|---|
com.google.typography.font.sfntly.table.core | |
com.google.typography.font.tools.fontinfo |
Modifier and Type | Class and Description |
---|---|
static class |
CMap.Builder<T extends CMap> |
Modifier and Type | Class and Description |
---|---|
class |
CMapFormat0
A cmap format 0 sub table.
|
class |
CMapFormat10
A cmap format 10 sub table.
|
class |
CMapFormat12
A cmap format 12 sub table.
|
class |
CMapFormat13
A cmap format 13 sub table.
|
class |
CMapFormat14
A cmap format 14 sub table.
|
class |
CMapFormat2
A cmap format 2 sub table.
|
class |
CMapFormat4
A cmap format 4 sub table.
|
class |
CMapFormat6
A cmap format 6 sub table.
|
class |
CMapFormat8
A cmap format 8 sub table.
|
Modifier and Type | Method and Description |
---|---|
CMap |
CMapTable.cmap(CMapTable.CMapId cmapId) |
CMap |
CMapTable.cmap(int index)
Gets the cmap for the given index.
|
CMap |
CMapTable.cmap(int platformId,
int encodingId)
Gets the cmap with the given ids if it exists.
|
Modifier and Type | Method and Description |
---|---|
CMap.Builder<? extends CMap> |
CMapTable.Builder.cmapBuilder(CMapTable.CMapId cmapId) |
java.util.Iterator<CMap> |
CMapTable.iterator()
Gets an iterator over all of the cmaps within this CMapTable.
|
java.util.Iterator<? extends CMap.Builder<? extends CMap>> |
CMapTable.Builder.iterator() |
java.util.Iterator<CMap> |
CMapTable.iterator(CMapTable.CMapFilter filter)
Gets an iterator over the cmaps within this CMap table using the provided
filter to select the cmaps returned.
|
CMap.Builder<? extends CMap> |
CMapTable.Builder.newCMapBuilder(CMapTable.CMapId cmapId,
CMap.CMapFormat cmapFormat) |
CMap.Builder<? extends CMap> |
CMapTable.Builder.newCMapBuilder(CMapTable.CMapId cmapId,
ReadableFontData data)
Gets a new cmap builder for this cmap table.
|
Modifier and Type | Method and Description |
---|---|
static CMap |
FontUtils.getUCSCMap(Font font)
Gets either a UCS4 or UCS2 cmap, if available
|