public abstract class CFFEncoding extends Encoding
nameToCode
Modifier and Type | Method and Description |
---|---|
protected void |
add(int code,
int sid)
For use by subclasses only.
|
void |
add(int code,
int sid,
String name)
Adds a new code/SID combination to the encoding.
|
String |
getName(int code)
Returns the name of the glyph for the given character code.
|
addCharacterEncoding, getCode, getCodeToNameMap
public String getName(int code)
public void add(int code, int sid, String name)
code
- the given codesid
- the given SIDprotected void add(int code, int sid)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.