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