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 TypeMethodDescriptionvoidIsoGameCharacter.addLineChatElement(String line, float r, float g, float b, UIFont font, float baseRange, String customTag) voidIsoGameCharacter.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) voidILuaGameCharacter.Say(String line, float r, float g, float b, UIFont font, float baseRange, String customTag) voidIsoGameCharacter.Say(String line, float r, float g, float b, UIFont font, float baseRange, String customTag) voidIsoGameCharacter.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 classstatic class -
Uses of UIFont in zombie.ui
Modifier and TypeFieldDescriptionTextManager.currentCodeFontTextManager.DeferedTextDraw.fontUITextBox2.fontModifier and TypeMethodDescriptionstatic UIFontUIFont.FromString(String str) TextManager.getCurrentCodeFont()TextDrawObject.getDefaultFontEnum()ObjectTooltip.getFont()static UIFontReturns 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 TypeMethodDescriptionintTextManager.CentreStringYOffset(UIFont font, String str) voidTextManager.StringDrawer.draw(UIFont var1, double var2, double var4, String var6, double var7, double var9, double var11, double var13) voidTextManager.DrawString(UIFont font, double x, double y, double zoom, String str, double r, double g, double b, double a) voidTextManager.DrawString(UIFont font, double x, double y, String str, double r, double g, double b, double a) voidTextManager.DrawStringBBcode(UIFont font, double x, double y, String str, double r, double g, double b, double a) voidTextManager.DrawStringCentre(UIFont font, double x, double y, String str, double r, double g, double b, double a) voidTextManager.DrawStringCentreDefered(UIFont font, double x, double y, String str, double r, double g, double b, double a) voidTextManager.DrawStringRight(UIFont font, double x, double y, String str, double r, double g, double b, double a) voidTextManager.DrawStringUntrimmed(UIFont font, double x, double y, String str, double r, double g, double b, double a) voidObjectTooltip.DrawText(UIFont font, String text, double x, double y, double r, double g, double b, double alpha) voidUIElement.DrawText(UIFont font, String text, double x, double y, double r, double g, double b, double alpha) voidUIElement.DrawText(UIFont font, String text, double x, double y, double zoom, double r, double g, double b, double alpha) voidObjectTooltip.DrawTextCentre(UIFont font, String text, double x, double y, double r, double g, double b, double alpha) voidUIElement.DrawTextCentre(UIFont font, String text, double x, double y, double r, double g, double b, double alpha) voidObjectTooltip.DrawTextRight(UIFont font, String text, double x, double y, double r, double g, double b, double alpha) voidUIElement.DrawTextRight(UIFont font, String text, double x, double y, double r, double g, double b, double alpha) voidUIElement.DrawTextUntrimmed(UIFont font, String text, double x, double y, double r, double g, double b, double alpha) TextManager.getFontFromEnum(UIFont font) intTextManager.getFontHeight(UIFont fontID) booleanintTextManager.MeasureFont(UIFont font) intTextManager.MeasureStringX(UIFont font, String str) intTextManager.MeasureStringY(UIFont font, String str) intTextManager.MeasureStringY(UIFont font, String str, boolean returnActualHeight, boolean returnOffset) intTextManager.MeasureStringYOffset(UIFont font, String str) intTextManager.MeasureStringYReal(UIFont font, String str) voidTextDrawObject.ReadString(UIFont font, String str, int maxLineWidth) voidTextDrawObject.setDefaultFont(UIFont f) voidvoidvoidModifierConstructorDescriptionDeferedTextDraw(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 TypeMethodDescriptionvoidUIWorldMap.DrawTextSdf(UIFont font, String text, double x, double y, double scale, double r, double g, double b, double alpha) -
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 ui) Methods in zombie.worldMap.symbols with parameters of type UIFontModifier and TypeMethodDescriptionWorldMapSymbolsV1.addTranslatedText(String text, UIFont font, float x, float y) WorldMapSymbolsV2.addTranslatedText(String text, UIFont font, float x, float y) WorldMapSymbolsV1.addUntranslatedText(String text, UIFont font, float x, float y) WorldMapSymbolsV2.addUntranslatedText(String text, UIFont font, float x, float y)