Uses of Class
com.storedobject.chart.Font.Family
Packages that use Font.Family
-
Uses of Font.Family in com.storedobject.chart
Methods in com.storedobject.chart that return Font.FamilyModifier and TypeMethodDescriptionstatic Font.Family
Create a font-family with the name provided.static Font.Family
Font.Family.cursive()
Create a font-family of type "cursive".static Font.Family
Font.Family.emoji()
Create a font-family of type "emoji".static Font.Family
Font.Family.fangsong()
Create a font-family of type "fangsong".static Font.Family
Font.Family.fantasy()
Create a font-family of type "fantasy".final Font.Family
Font.getFamily()
Get font-family.static Font.Family
Font.Family.math()
Create a font-family of type "math".static Font.Family
Font.Family.monospace()
Create a font-family of type "monospace".static Font.Family
Font.Family.sans_serif()
Create a font-family of type "sans-serif".static Font.Family
Font.Family.serif()
Create a font-family of type "serif".static Font.Family
Font.Family.system_ui()
Create a font-family of type "system-ui".static Font.Family
Font.Family.ui_monospace()
Create a font-family of type "ui-monospace".static Font.Family
Font.Family.ui_rounded()
Create a font-family of type "ui-rounded".static Font.Family
Font.Family.ui_sans_serif()
Create a font-family of type "ui-sans-serif".static Font.Family
Font.Family.ui_serif()
Create a font-family of type "ui-serif".Methods in com.storedobject.chart with parameters of type Font.FamilyModifier and TypeMethodDescriptionvoid
Font.Family.addFallback
(Font.Family fallbackFamily) Add a fallback for this family.final void
Font.setFamily
(Font.Family family) Set font-family.Constructors in com.storedobject.chart with parameters of type Font.FamilyModifierConstructorDescriptionFont
(Font.Family family, Font.Size size) Font
(Font.Family family, Font.Style style, Font.Size size)