phelps.awt.font
Class Type1
public
class
Type1
extends Object
Adobe Type 1 (www.adobe.com/...) utilities.
See "Adobe Type 1 Font Format".
Constructors: (1) data file + AFM file, (2) data stream + explicit data (as embedded in PDF)
Version: $Revision: 1.3 $ $Date: 2003/06/03 20:42:59 $
Method Summary |
static byte[] | decrypt(byte[] data, int clen, int elen, int zlen) |
void | disassemble() |
static byte[] | encrypt(byte[] data, int clen, int elen, int zlen) |
byte[] | export()
Returns Type 1 font, with necessary encryption. |
byte[] | exportCCF() Returns Type 1 font, with necessary encryption, in "compact font format" (CCF). |
byte[] | exportTrueType() Returns TrueType conversion. |
public Type1(byte[] data)
public static byte[] decrypt(byte[] data, int clen, int elen, int zlen)
public void disassemble()
public static byte[] encrypt(byte[] data, int clen, int elen, int zlen)
public byte[] export()
Returns Type 1 font, with necessary encryption.
public byte[] exportCCF()
Returns Type 1 font, with necessary encryption, in "compact font format" (CCF).
public byte[] exportTrueType()
Returns TrueType conversion.