Uses of Class
org.apache.fontbox.type1.Type1Font
-
Packages that use Type1Font Package Description org.apache.fontbox.type1 This package holds classes used to parse Type1-Fonts.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
Uses of Type1Font in org.apache.fontbox.type1
Fields in org.apache.fontbox.type1 declared as Type1Font Modifier and Type Field Description private Type1FontType1Parser. fontMethods in org.apache.fontbox.type1 that return Type1Font Modifier and Type Method Description static Type1FontType1Font. createWithPFB(byte[] pfbBytes)Constructs a new Type1Font object from a .pfb stream.static Type1FontType1Font. createWithPFB(java.io.InputStream pfbStream)Constructs a new Type1Font object from a .pfb stream.static Type1FontType1Font. createWithSegments(byte[] segment1, byte[] segment2)Constructs a new Type1Font object from two header-less .pfb segments.Type1FontType1Parser. parse(byte[] segment1, byte[] segment2)Parses a Type 1 font and returns a Type1Font class which represents it. -
Uses of Type1Font in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as Type1Font Modifier and Type Field Description private Type1FontPDType1FontEmbedder. type1private Type1FontPDType1Font. type1fontembedded font.Methods in org.apache.pdfbox.pdmodel.font that return Type1Font Modifier and Type Method Description private Type1FontFileSystemFontProvider.FSFontInfo. getType1Font(java.lang.String postScriptName, java.io.File file)Type1FontPDType1Font. getType1Font()Returns the embedded or substituted Type 1 font, or null if there is none.Type1FontPDType1FontEmbedder. getType1Font()Returns the Type 1 font.Methods in org.apache.pdfbox.pdmodel.font with parameters of type Type1Font Modifier and Type Method Description (package private) static PDFontDescriptorPDType1FontEmbedder. buildFontDescriptor(Type1Font type1)Returns a PDFontDescriptor for the given PFB.
-