FontSavingFormats
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum
public enum FontSavingFormats extends Enum<FontSavingFormats>
Specifies Font type.
Fields
Field | Description |
---|---|
TTF | TTF (TrueType) Font format. |
WOFF | WOFF(Web Open Font Format). |
WOFF2 | WOFF File Format 2.0 |
SVG | SVG(Scalable Vector Graphics) Font format |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) |
TTF
public static final FontSavingFormats TTF
TTF (TrueType) Font format.
WOFF
public static final FontSavingFormats WOFF
WOFF(Web Open Font Format).
WOFF2
public static final FontSavingFormats WOFF2
WOFF File Format 2.0
SVG
public static final FontSavingFormats SVG
SVG(Scalable Vector Graphics) Font format
values()
public static FontSavingFormats[] values()
Returns: com.aspose.font.FontSavingFormats[]
valueOf(String name)
public static FontSavingFormats valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: FontSavingFormats