public static enum FontVerter.FontFormat extends Enum<FontVerter.FontFormat>
| Modifier and Type | Field and Description |
|---|---|
static FontVerter.FontFormat |
TTF |
| Modifier and Type | Method and Description |
|---|---|
static FontVerter.FontFormat |
fromString(String value) |
static FontVerter.FontFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontVerter.FontFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontVerter.FontFormat OTF
public static final FontVerter.FontFormat WOFF1
public static final FontVerter.FontFormat WOFF2
public static final FontVerter.FontFormat BARE_CFF
public static final FontVerter.FontFormat TTF
public static FontVerter.FontFormat[] values()
for (FontVerter.FontFormat c : FontVerter.FontFormat.values()) System.out.println(c);
public static FontVerter.FontFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static FontVerter.FontFormat fromString(String value)
Copyright © 2016. All rights reserved.