public class PDFFontEncoding extends Object
Constructor and Description |
---|
PDFFontEncoding(String fontType,
PDFObject encoding)
Creates a new instance of PDFFontEncoding
|
Modifier and Type | Method and Description |
---|---|
List<PDFGlyph> |
getGlyphs(PDFFont font,
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(String fontType, PDFObject encoding) throws IOException
IOException
public List<PDFGlyph> getGlyphs(PDFFont font, String text)
public void parseEncoding(PDFObject encoding) throws IOException
IOException
Copyright © 2023. All rights reserved.