public final class CSS20GenericFontFamily extends Object
| Modifier and Type | Field and Description |
|---|---|
static CSS20GenericFontFamily |
CURSIVE
The "cursive" CSS generic font family.
|
static CSS20GenericFontFamily |
FANTASY
The "fantasy" CSS generic font family.
|
static CSS20GenericFontFamily |
MONOSPACE
The "monospace" CSS generic font family.
|
static CSS20GenericFontFamily |
SANS_SERIF
The "sans-serif" CSS generic font family.
|
static CSS20GenericFontFamily |
SERIF
The "serif" CSS generic font family.
|
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name of the generic family.
|
static CSS20GenericFontFamily |
parse(String text)
Parse the text and return the CSS20GenericFontFamily object which is represented if any.
|
public static final CSS20GenericFontFamily SERIF
public static final CSS20GenericFontFamily SANS_SERIF
public static final CSS20GenericFontFamily CURSIVE
public static final CSS20GenericFontFamily FANTASY
public static final CSS20GenericFontFamily MONOSPACE
public String name()
public static CSS20GenericFontFamily parse(String text)
text - textual representation of the generic font familyCopyright © 2010 - 2020 Adobe. All Rights Reserved