FontFaceType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class FontFaceType extends System.Enum
Enumerates font face types
Fields
Field | Description |
---|---|
Eot | The EOT font. |
NotSpecified | Font type is not specified. |
Ttf | The true type font. |
Woff | The WOFF font. |
Eot
public static final int Eot
The EOT font.
NotSpecified
public static final int NotSpecified
Font type is not specified.
Ttf
public static final int Ttf
The true type font.
Woff
public static final int Woff
The WOFF font.