Uses of Class
org.apache.fontbox.type1.Type1Font
Packages that use Type1Font
Package
Description
This package holds classes used to parse Type1-Fonts.
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 Type1FontMethods in org.apache.fontbox.type1 that return Type1FontModifier and TypeMethodDescriptionstatic Type1Font
Type1Font.createWithPFB
(byte[] pfbBytes) Constructs a new Type1Font object from a .pfb stream.static Type1Font
Type1Font.createWithPFB
(InputStream pfbStream) Constructs a new Type1Font object from a .pfb stream.static Type1Font
Type1Font.createWithSegments
(byte[] segment1, byte[] segment2) Constructs a new Type1Font object from two header-less .pfb segments.Type1Parser.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 Type1FontModifier and TypeFieldDescriptionprivate final Type1Font
PDType1FontEmbedder.type1
private final Type1Font
PDType1Font.type1font
embedded font.Methods in org.apache.pdfbox.pdmodel.font that return Type1FontModifier and TypeMethodDescriptionprivate Type1Font
FileSystemFontProvider.FSFontInfo.getType1Font
(String postScriptName, File file) PDType1Font.getType1Font()
Returns the embedded or substituted Type 1 font, or null if there is none.PDType1FontEmbedder.getType1Font()
Returns the Type 1 font.Methods in org.apache.pdfbox.pdmodel.font with parameters of type Type1FontModifier and TypeMethodDescription(package private) static PDFontDescriptor
PDType1FontEmbedder.buildFontDescriptor
(Type1Font type1) Returns a PDFontDescriptor for the given PFB.