com.adobe.fontengine.font.cff.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
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