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 Type1Font
Type1Parser. font
Methods in org.apache.fontbox.type1 that return Type1Font Modifier and Type Method Description static Type1Font
Type1Font. createWithPFB(byte[] pfbBytes)
Constructs a new Type1Font object from a .pfb stream.static Type1Font
Type1Font. createWithPFB(java.io.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.Type1Font
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 Type1Font Modifier and Type Field Description private Type1Font
PDType1FontEmbedder. type1
private Type1Font
PDType1Font. type1font
embedded font.Methods in org.apache.pdfbox.pdmodel.font that return Type1Font Modifier and Type Method Description private Type1Font
FileSystemFontProvider.FSFontInfo. getType1Font(java.lang.String postScriptName, java.io.File file)
Type1Font
PDType1Font. getType1Font()
Returns the embedded or substituted Type 1 font, or null if there is none.Type1Font
PDType1FontEmbedder. 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 PDFontDescriptor
PDType1FontEmbedder. buildFontDescriptor(Type1Font type1)
Returns a PDFontDescriptor for the given PFB.
-