Package | Description |
---|---|
org.apache.fontbox.type1 |
This package holds classes used to parse Type1-Fonts.
|
Modifier and Type | Method | Description |
---|---|---|
static 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.
|
Copyright © 2008–2018. All rights reserved.