| Package | Description |
|---|---|
| net.thevpc.echo | |
| net.thevpc.echo.api |
| Modifier and Type | Method and Description |
|---|---|
FontPosture |
Font.posture() |
static FontPosture |
FontPosture.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontPosture[] |
FontPosture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Font |
Font.derive(FontPosture posture) |
Font |
Font.derive(String name,
Double size,
FontWeight weight,
FontPosture posture) |
| Constructor and Description |
|---|
Font(String family,
double size,
FontWeight weight,
FontPosture posture,
Application app) |
| Modifier and Type | Method and Description |
|---|---|
FontPosture |
AppFont.posture() |
| Modifier and Type | Method and Description |
|---|---|
Font |
AppFont.derive(FontPosture posture) |
Font |
AppFont.derive(String name,
Double size,
FontWeight weight,
FontPosture posture) |
Copyright © 2021 vpc open source initiative. All rights reserved.