Uses of Enum Class
zombie.ui.UIFont
Packages that use UIFont
Package
Description
-
Uses of UIFont in zombie.characters
Methods in zombie.characters with parameters of type UIFontModifier and TypeMethodDescriptionvoid
IsoGameCharacter.addLineChatElement
(String line, float r, float g, float b, UIFont font, float baseRange, String customTag) void
IsoGameCharacter.addLineChatElement
(String line, float r, float g, float b, UIFont font, float baseRange, String customTag, boolean bbcode, boolean img, boolean icons, boolean colors, boolean fonts, boolean equalizeHeights) void
ILuaGameCharacter.Say
(String line, float r, float g, float b, UIFont font, float baseRange, String customTag) void
IsoGameCharacter.Say
(String line, float r, float g, float b, UIFont font, float baseRange, String customTag) void
IsoGameCharacter.SayRadio
(String line, float r, float g, float b, UIFont font, float baseRange, int channel, String customTag) -
Uses of UIFont in zombie.chat
Methods in zombie.chat that return UIFontMethods in zombie.chat with parameters of type UIFont -
Uses of UIFont in zombie.chat.defaultChats
Methods in zombie.chat.defaultChats that return UIFont -
Uses of UIFont in zombie.scripting.ui
Subclasses with type arguments of type UIFont in zombie.scripting.uiModifier and TypeClassDescriptionstatic class
static class
Constructors in zombie.scripting.ui with parameters of type UIFontModifierConstructorDescriptionprotected
XuiFontType
(XuiLuaStyle xuiLuaStyle, String string, UIFont uIFont) protected
XuiFontType
(XuiScript xuiScript, String string, UIFont uIFont) -
Uses of UIFont in zombie.ui
Modifier and TypeMethodDescriptionstatic UIFont
UIFont.FromString
(String str) TextManager.getCurrentCodeFont()
TextDrawObject.getDefaultFontEnum()
ObjectTooltip.getFont()
static UIFont
Returns the enum constant of this class with the specified name.static UIFont[]
UIFont.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionint
TextManager.CentreStringYOffset
(UIFont uIFont, String string) void
TextManager.StringDrawer.draw
(UIFont font, double x, double y, String str, double r, double g, double b, double a) void
TextManager.DrawString
(UIFont _font, double x, double y, double zoom, String str, double r, double g, double b, double a) void
TextManager.DrawString
(UIFont _font, double x, double y, String str, double r, double g, double b, double a) void
TextManager.DrawStringBBcode
(UIFont _font, double x, double y, String str, double r, double g, double b, double a) void
TextManager.DrawStringCentre
(UIFont _font, double x, double y, String str, double r, double g, double b, double a) void
TextManager.DrawStringCentreDefered
(UIFont _font, double x, double y, String str, double r, double g, double b, double a) void
TextManager.DrawStringRight
(UIFont _font, double x, double y, String str, double r, double g, double b, double a) void
TextManager.DrawStringUntrimmed
(UIFont _font, double x, double y, String str, double r, double g, double b, double a) void
ObjectTooltip.DrawText
(UIFont _font, String text, double x, double y, double r, double g, double b, double _alpha) void
UIElement.DrawText
(UIFont font, String text, double _x, double _y, double r, double g, double b, double alpha) void
UIElement.DrawText
(UIFont font, String text, double _x, double _y, double zoom, double r, double g, double b, double alpha) void
ObjectTooltip.DrawTextCentre
(UIFont _font, String text, double x, double y, double r, double g, double b, double _alpha) void
UIElement.DrawTextCentre
(UIFont font, String text, double _x, double _y, double r, double g, double b, double alpha) void
ObjectTooltip.DrawTextRight
(UIFont _font, String text, double x, double y, double r, double g, double b, double _alpha) void
UIElement.DrawTextRight
(UIFont font, String text, double _x, double _y, double r, double g, double b, double alpha) void
UIElement.DrawTextUntrimmed
(UIFont font, String text, double _x, double _y, double r, double g, double b, double alpha) TextManager.getFontFromEnum
(UIFont _font) int
TextManager.getFontHeight
(UIFont fontID) int
TextManager.MeasureFont
(UIFont _font) int
TextManager.MeasureStringX
(UIFont _font, String str) int
TextManager.MeasureStringY
(UIFont _font, String str) int
TextManager.MeasureStringY
(UIFont uIFont, String string, boolean boolean0, boolean boolean1) int
TextManager.MeasureStringYOffset
(UIFont uIFont, String string) int
TextManager.MeasureStringYReal
(UIFont uIFont, String string) void
TextDrawObject.ReadString
(UIFont font, String str, int maxLineWidth) void
TextDrawObject.setDefaultFont
(UIFont f) void
void
void
ModifierConstructorDescriptionDeferedTextDraw
(UIFont _font, double _x, double _y, String _str, double _r, double _g, double _b, double _a) UITextBox2
(UIFont _font, int x, int y, int width, int height, String text, boolean _HasFrame) -
Uses of UIFont in zombie.worldMap
Methods in zombie.worldMap with parameters of type UIFontModifier and TypeMethodDescriptionvoid
UIWorldMap.DrawTextSdf
(UIFont uIFont, String string, double double1, double double2, double double0, double double3, double double4, double double5, double double6) -
Uses of UIFont in zombie.worldMap.symbols
Methods in zombie.worldMap.symbols with parameters of type UIFontModifier and TypeMethodDescriptionWorldMapSymbols.addText
(String text, boolean translated, UIFont font, float x, float y, float anchorX, float anchorY, float scale, float r, float g, float b, float a) WorldMapSymbols.addTranslatedText
(String text, UIFont font, float x, float y, float r, float g, float b, float a) WorldMapSymbolsV1.addTranslatedText
(String text, UIFont font, float x, float y) WorldMapSymbolsV2.addTranslatedText
(String string, UIFont uIFont, float float0, float float1) WorldMapSymbols.addUntranslatedText
(String text, UIFont font, float x, float y, float r, float g, float b, float a) WorldMapSymbolsV1.addUntranslatedText
(String text, UIFont font, float x, float y) WorldMapSymbolsV2.addUntranslatedText
(String string, UIFont uIFont, float float0, float float1)