public class PDFLatin extends AbstractCharTable
Constructor and Description |
---|
PDFLatin() |
Modifier and Type | Method and Description |
---|---|
String |
getEncoding()
Returns the encoding name of the table.
|
String |
getName()
Returns the name of the table.
|
int |
toEncoding(String name)
Converts name into character code.
|
String |
toName(Character c)
Converts unicode Character object to name.
|
String |
toName(int enc)
Converts character code into a name.
|
char |
toUnicode(String name)
Converts a name to a unicode character.
|
toEncoding, toName, toName
public String toName(Character c)
CharTable
c
- unicode Character objectpublic String toName(int enc)
CharTable
enc
- codepublic int toEncoding(String name)
CharTable
name
- name of the characterpublic char toUnicode(String name)
CharTable
name
- of the characterpublic String getName()
CharTable
Copyright © 2016. All rights reserved.