Uses of Enum Class
net.risingworld.api.ui.style.FontStyle
Packages that use FontStyle
-
Uses of FontStyle in net.risingworld.api.ui.style
Subclasses with type arguments of type FontStyle in net.risingworld.api.ui.styleFields in net.risingworld.api.ui.style with type parameters of type FontStyleModifier and TypeFieldDescriptionStyle.fontStyleAndWeightSets the font style and weight (normal, bold, italic) (for text / labels)Methods in net.risingworld.api.ui.style that return FontStyleModifier and TypeMethodDescriptionstatic FontStyleFontStyle.get(int ordinal) Gets an enum from the ordinal value.static FontStyleReturns 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.