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.scripting.ui
Subclasses with type arguments of type UIFont in zombie.scripting.uiModifier and TypeClassDescriptionstatic class
static class
-
Uses of UIFont in zombie.ui
Modifier and TypeFieldDescriptionTextManager.currentCodeFont
TextManager.DeferedTextDraw.font
UITextBox2.font
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 var1, double var2, double var4, String var6, double var7, double var9, double var11, double var13) 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) boolean
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 uIFont, double double0, double double1, String string, double double2, double double3, double double4, double double5) 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.streets
Methods in zombie.worldMap.streets that return UIFont -
Uses of UIFont in zombie.worldMap.styles
Fields in zombie.worldMap.styles declared as UIFontMethods in zombie.worldMap.styles that return UIFontModifier and TypeMethodDescriptionWorldMapStyleV2.WorldMapTextStyleLayerV1.getFont()
WorldMapTextStyleLayer.getFont()
Methods in zombie.worldMap.styles with parameters of type UIFont -
Uses of UIFont in zombie.worldMap.symbols
Fields in zombie.worldMap.symbols declared as UIFontMethods in zombie.worldMap.symbols that return UIFontModifier and TypeMethodDescriptionWorldMapSymbolsV2.WorldMapTextSymbolV2.getFont()
WorldMapTextSymbol.getFont
(UIWorldMap uIWorldMap) Methods in zombie.worldMap.symbols with parameters of type UIFontModifier and TypeMethodDescriptionWorldMapSymbolsV1.addTranslatedText
(String text, UIFont font, float x, float y) WorldMapSymbolsV2.addTranslatedText
(String arg0, UIFont arg1, float arg2, float arg3) WorldMapSymbolsV1.addUntranslatedText
(String text, UIFont font, float x, float y) WorldMapSymbolsV2.addUntranslatedText
(String arg0, UIFont arg1, float arg2, float arg3)