Uses of Enum Class
net.risingworld.api.ui.style.FontStyle
Packages that use FontStyle
-
Uses of FontStyle in net.risingworld.api.ui.style
Fields in net.risingworld.api.ui.style with type parameters of type FontStyleModifier and TypeFieldDescriptionStyle.fontStyleAndWeight
Sets the font style and weight (normal, bold, italic) (for text / labels)Methods in net.risingworld.api.ui.style that return FontStyleModifier and TypeMethodDescriptionstatic FontStyle
FontStyle.get
(int ordinal) Gets an enum from the ordinal value.static FontStyle
Returns the enum constant of this class with the specified name.static FontStyle[]
FontStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.