Package com.adobe.fontengine.font.type1

Classes to manipulate Type1 fonts.

The Type1Font class represents a Type1 font.

The class FontFactory provides one useful (static) method: FontFactory.load to create a Type1Font from a stream of bytes.

Most other classes represent helpers used to parse the font and its supporting metric file. Most interactions are through the Font object. Other useful classes include the Type1CStringParser class which allows type1 charstrings to be interpretted. The Type1OutlineParser class links HintedOutlineConsumer and Type1CStringParser to the OutlineConsumer interface so that unhinted beziers can be extracted.