public class PDFFontEncoding
extends java.lang.Object
| Constructor and Description |
|---|
PDFFontEncoding(java.lang.String fontType,
PDFObject encoding)
Creates a new instance of PDFFontEncoding
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PDFGlyph> |
getGlyphs(PDFFont font,
java.lang.String text)
Get the glyphs associated with a given String
|
void |
parseEncoding(PDFObject encoding)
Parse a PDF encoding object for the actual encoding
|
public PDFFontEncoding(java.lang.String fontType,
PDFObject encoding)
throws java.io.IOException
java.io.IOExceptionpublic java.util.List<PDFGlyph> getGlyphs(PDFFont font, java.lang.String text)
public void parseEncoding(PDFObject encoding) throws java.io.IOException
java.io.IOException