Uses of Enum Class
com.codingame.gameengine.module.entities.Text.FontWeight
Packages that use Text.FontWeight
-
Uses of Text.FontWeight in com.codingame.gameengine.module.entities
Methods in com.codingame.gameengine.module.entities that return Text.FontWeightModifier 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.Methods in com.codingame.gameengine.module.entities with parameters of type Text.FontWeightModifier and TypeMethodDescriptionText.setFontWeight
(Text.FontWeight weight) Sets the weight of the font of thisText
.