Uses of Enum Class
com.codingame.gameengine.module.entities.Text.FontWeight
-
Uses of Text.FontWeight in com.codingame.gameengine.module.entities
Modifier and TypeMethodDescriptionText.getFontWeight()
Returns the weight of the font of thisText
.static Text.FontWeight
Returns the enum constant of this class with the specified name.static Text.FontWeight[]
Text.FontWeight.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionText.setFontWeight
(Text.FontWeight weight) Sets the weight of the font of thisText
.