LUI.UITightText = {} LUI.UITightText.new = function ( f1_arg0 ) local self = LUI.UIText.new( f1_arg0 ) self:setupUITightText() return self end