public interface NumEntries
| Modifier and Type | Method and Description |
|---|---|
integer |
getNumEntries()
Get the number of entries in the color-table of font-table.
|
void |
setNumEntries(int64 numEntries)
Set the number of entries in the color-table of font-table.
|
void |
setNumEntries(long numEntries)
Set the number of entries in the color-table of font-table.
|
integer getNumEntries()
void setNumEntries(int64 numEntries)
numEntries - The new size of the color-table.void setNumEntries(long numEntries)
numEntries - The new size of the color-table.