OpenTypePackage
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public final class OpenTypePackage extends CustomPackage
Represents an OpenType font metadata package.
Learn more
Methods
Method | Description |
---|---|
getFonts() | Gets an array of the fonts extracted from the file. |
getFonts()
public final OpenTypeFont[] getFonts()
Gets an array of the fonts extracted from the file.
Returns: com.groupdocs.metadata.core.OpenTypeFont[] - An array of the fonts extracted from the file.