public interface AppFont
| 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() |
AppFontPeer |
peer() |
FontPosture |
posture() |
double |
size() |
FontWeight |
weight() |
AppFontPeer peer()
Font derive(FontPosture posture)
Font derive(FontWeight weight)
Font derive(double size)
Font derive(String name, Double size, FontWeight weight, FontPosture posture)
String family()
FontWeight weight()
FontPosture posture()
double size()
String format()
Copyright © 2021 vpc open source initiative. All rights reserved.