| Constructor and Description |
|---|
Font(String family,
Application app) |
Font(String family,
double size,
FontWeight weight,
FontPosture posture,
Application app) |
| Modifier and Type | Method and Description |
|---|---|
Font |
derive(double size) |
Font |
derive(FontPosture posture) |
Font |
derive(FontWeight weight) |
Font |
derive(String name) |
Font |
derive(String name,
Double size,
FontWeight weight,
FontPosture posture) |
String |
family() |
String |
format() |
static String |
format(AppFont font) |
static Font |
of(String font,
Application app) |
AppFontPeer |
peer() |
FontPosture |
posture() |
double |
size() |
FontWeight |
weight() |
public Font(String family, Application app)
public Font(String family, double size, FontWeight weight, FontPosture posture, Application app)
public static Font of(String font, Application app)
public AppFontPeer peer()
public Font derive(FontPosture posture)
public Font derive(FontWeight weight)
public Font derive(String name, Double size, FontWeight weight, FontPosture posture)
public FontWeight weight()
public FontPosture posture()
Copyright © 2021 vpc open source initiative. All rights reserved.