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. -
-
Uses of Type1Font in org.apache.fontbox.type1
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.
-