Package com.adobe.fontengine.font.cff

Classes to manipulate CFF fonts.

The class CFFFont represents a CFF font as a whole. There are three subclasses corresponding to the flavors of CFF fonts:

The class FontFactory provides one useful (static) method: FontFactory.load to create a bunch of CFFFont from a stream of bytes. In most cases, a CFF stream contains a single font.

Most other classes represent a part of a CFF font. However, most interactions are through the CFFFont object.