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 TextOptionsGameConf.ABOUT_TEXTThe text options forGameConf.ABOUT.static TextOptionsGameConf.DEFAULT_TEXTThe game's text options.static TextOptionsGameConf.HINT_TEXTThe game's text options (hints).static TextOptionsGameConf.MENU_TEXTThe game's text options (menu). -
Uses of TextOptions in rekit.core
Methods in rekit.core with parameters of type TextOptionsModifier and TypeMethodDescriptionabstract voidGameGrid.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 TypeMethodDescriptionvoidText.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.