DIFF

class UIWidgetSource

UIWidget Widget Managed

Part of Widget UI system

All members, including inherited

Methods 14

proto native void SetTextOutline(int outlineSize, int argb = 0xFF000000)
proto native int GetTextOutlineSize()
proto native int GetTextOutlineColor()
proto native void SetTextShadow(int shadowSize, int shadowARGB = 0xFF000000, float shadowOpacity = 1.0, float shadowOffsetX = 0.0, float shadowOffsetY = 0.0)
proto native int GetTextShadowSize()
proto native int GetTextShadowColor()
proto native float GetTextShadowOpacity()
proto native float GetTextShadowOffsetX()
proto native float GetTextShadowOffsetY()
proto native void SetTextItalic(bool italic)
proto native bool GetTextItalic()
proto native void SetTextBold(bool bold)
proto native bool GetTextBold()