public abstract class CFFEncoding extends Encoding
codeToName, 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.
|
addCharacterEncoding, getCode, getCodeToNameMap, getName
public void add(int code, int sid, String name)
code
- the given codesid
- the given SIDprotected void add(int code, int sid)
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.