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

FieldDescription
EotThe EOT font.
NotSpecifiedFont type is not specified.
TtfThe true type font.
WoffThe 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.