All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.fontengine.font.cff.package.html Maven / Gradle / Ivy

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version


	

Classes to manipulate CFF fonts.

The class {@link com.adobe.fontengine.font.cff.CFFFont CFFFont} represents a CFF font as a whole. There are three subclasses corresponding to the flavors of CFF fonts:

  • {@link com.adobe.fontengine.font.cff.NameKeyedFont}
  • {@link com.adobe.fontengine.font.cff.CIDKeyedFont}
  • {@link com.adobe.fontengine.font.cff.SyntheticFont}

The class {@link com.adobe.fontengine.font.cff.FontFactory FontFactory} provides one useful (static) method: {@link com.adobe.fontengine.font.cff.FontFactory#load FontFactory.load} to create a bunch of {@link com.adobe.fontengine.font.cff.CFFFont 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 {@link com.adobe.fontengine.font.cff.CFFFont CFFFont} object.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy