public enum UnicodeType0Font extends Enum<UnicodeType0Font> implements FontResource
| Enum Constant and Description |
|---|
NOTO_SANS_MERGED_REGULAR |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getFontStream() |
String |
getResource() |
static UnicodeType0Font |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnicodeType0Font[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnicodeType0Font NOTO_SANS_MERGED_REGULAR
public static UnicodeType0Font[] values()
for (UnicodeType0Font c : UnicodeType0Font.values()) System.out.println(c);
public static UnicodeType0Font 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 String getResource()
getResource in interface FontResourcepublic InputStream getFontStream()
getFontStream in interface FontResourceCopyright © 2019 sejda. All rights reserved.