Uses of Class
rekit.primitives.TextOptions
Packages that use TextOptions
-
Uses of TextOptions in rekit.config
Fields in rekit.config declared as TextOptionsModifier and TypeFieldDescriptionstatic TextOptions
GameConf.ABOUT_TEXT
The text options forGameConf.ABOUT
.static TextOptions
GameConf.DEFAULT_TEXT
The game's text options.static TextOptions
GameConf.HINT_TEXT
The game's text options (hints).static TextOptions
GameConf.MENU_TEXT
The game's text options (menu). -
Uses of TextOptions in rekit.core
Methods in rekit.core with parameters of type TextOptionsModifier and TypeMethodDescriptionabstract void
GameGrid.drawText
(Vec pos, String text, TextOptions options, boolean ingame) Draw a text element. -
Uses of TextOptions in rekit.logic.gui
Methods in rekit.logic.gui that return TextOptionsMethods in rekit.logic.gui with parameters of type TextOptionsModifier and TypeMethodDescriptionvoid
Text.setOptions
(TextOptions options) Set the text options.Constructors in rekit.logic.gui with parameters of type TextOptions -
Uses of TextOptions in rekit.primitives
Methods in rekit.primitives that return TextOptionsModifier and TypeMethodDescriptionTextOptions.clone()
TextOptions.setAlignmentLeft
(Vec alignment) Set alignment (anchor left).Set the color.Set the font.TextOptions.setFontOptions
(int fontOptions) Set the font-options.TextOptions.setHeight
(int height) Set the height.TextOptions.setUseFilter
(boolean usefilter) Set the usefilter-option.