Uses of Class
org.apache.pdfbox.pdmodel.font.encoding.Encoding
-
Packages that use Encoding Package Description org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.pdmodel.font.encoding -
-
Uses of Encoding in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as Encoding Modifier and Type Field Description protected EncodingPDSimpleFont. encodingprivate EncodingPDTrueTypeFontEmbedder. fontEncodingprivate EncodingPDType1FontEmbedder. fontEncodingMethods in org.apache.pdfbox.pdmodel.font that return Encoding Modifier and Type Method Description EncodingPDSimpleFont. getEncoding()Returns the Encoding.EncodingPDTrueTypeFontEmbedder. getFontEncoding()Returns the font's encoding.EncodingPDType1FontEmbedder. getFontEncoding()Returns the font's encoding.protected abstract EncodingPDSimpleFont. readEncodingFromFont()Called by readEncoding() if the encoding needs to be extracted from the font file.protected EncodingPDTrueTypeFont. readEncodingFromFont()protected EncodingPDType1CFont. readEncodingFromFont()protected EncodingPDType1Font. readEncodingFromFont()protected EncodingPDType3Font. readEncodingFromFont()Methods in org.apache.pdfbox.pdmodel.font with parameters of type Encoding Modifier and Type Method Description static PDTrueTypeFontPDTrueTypeFont. load(PDDocument doc, java.io.File file, Encoding encoding)Loads a TTF to be embedded into a document as a simple font.static PDTrueTypeFontPDTrueTypeFont. load(PDDocument doc, java.io.InputStream input, Encoding encoding)Loads a TTF to be embedded into a document as a simple font.static PDTrueTypeFontPDTrueTypeFont. load(PDDocument doc, TrueTypeFont ttf, Encoding encoding)Loads a TTF to be embedded into a document as a simple font.static PDTrueTypeFontPDTrueTypeFont. load(PDDocument doc, RandomAccessRead randomAccessRead, Encoding encoding)Loads a TTF to be embedded into a document as a simple font.Constructors in org.apache.pdfbox.pdmodel.font with parameters of type Encoding Constructor Description PDTrueTypeFont(PDDocument document, TrueTypeFont ttf, Encoding encoding, boolean closeTTF)Creates a new TrueType font for embedding.PDTrueTypeFontEmbedder(PDDocument document, COSDictionary dict, TrueTypeFont ttf, Encoding encoding)Creates a new TrueType font embedder for the given TTF as a PDTrueTypeFont.PDType1Font(PDDocument doc, java.io.InputStream pfbIn, Encoding encoding)Creates a new Type 1 font for embedding.PDType1FontEmbedder(PDDocument doc, COSDictionary dict, java.io.InputStream pfbStream, Encoding encoding)This will load a PFB to be embedded into a document. -
Uses of Encoding in org.apache.pdfbox.pdmodel.font.encoding
Subclasses of Encoding in org.apache.pdfbox.pdmodel.font.encoding Modifier and Type Class Description classBuiltInEncodingA font's built-in encoding.classDictionaryEncodingThis will perform the encoding from a dictionary.classMacExpertEncodingThis is an interface to a text encoder.classMacOSRomanEncodingThis is the Mac OS Roman encoding, which is similar to the MacRomanEncoding with the addition of 15 entriesclassMacRomanEncodingThis is an interface to a text encoder.classStandardEncodingThis is an interface to a text encoder.classSymbolEncodingThis is an interface to a text encoder.classType1EncodingAn encoding for a Type 1 font.classWinAnsiEncodingThis the win ansi encoding.classZapfDingbatsEncodingThis is an interface to a text encoder.Fields in org.apache.pdfbox.pdmodel.font.encoding declared as Encoding Modifier and Type Field Description private EncodingDictionaryEncoding. baseEncodingMethods in org.apache.pdfbox.pdmodel.font.encoding that return Encoding Modifier and Type Method Description EncodingDictionaryEncoding. getBaseEncoding()Returns the base encoding.static EncodingEncoding. getInstance(COSName name)This will get an encoding by name.Constructors in org.apache.pdfbox.pdmodel.font.encoding with parameters of type Encoding Constructor Description DictionaryEncoding(COSDictionary fontEncoding, boolean isNonSymbolic, Encoding builtIn)Creates a new DictionaryEncoding from a PDF.
-