java.lang.Object
org.jhotdraw8.draw.css.value.CssFont
Represents a font specified with family, weight, posture and size properties.
- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CssFontfont(String family, @Nullable javafx.scene.text.FontWeight weight, @Nullable javafx.scene.text.FontPosture posture, double size) static CssFontfont(String family, @Nullable javafx.scene.text.FontWeight weight, @Nullable javafx.scene.text.FontPosture posture, @NonNull CssSize size) @NonNull javafx.scene.text.FontgetFont()@Nullable javafx.scene.text.FontPosturegetSize()@Nullable javafx.scene.text.FontWeightinthashCode()toString()