org.apache.fontbox.cff.charset
public abstract class CFFCharset extends Object
Version: $Revision$
| Nested Class Summary | |
|---|---|
| static class | CFFCharset.Entry
This class represents a single name/SID mapping of the charset.
|
| Method Summary | |
|---|---|
| List<CFFCharset.Entry> | getEntries()
A list of all entries within this charset. |
| String | getName(int sid)
Returns the name corresponding to the given SID. |
| int | getSID(String name)
Returns the SID corresponding to the given name. |
| boolean | isFontSpecific()
Determines if the charset is font specific or not. |
| void | register(int sid, String name)
Adds a new SID/name combination to the charset. |
Returns: a list of all entries
Parameters: sid the given SID
Returns: the corresponding name
Parameters: name the given SID
Returns: the corresponding SID
Returns: if the charset is font specific
Parameters: sid the given SID name the given name