oUF_BattleText
This is a plugin for oUF.
You will need oUF and a layout for this addon to work.
This addon will show static battle text on Unit Frames.
This addon works by putting a custom FontString as you want yourself into the layout.
Here is an example:
local bt = hp:CreateFontString(nil, "OVERLAY")
bt:SetPoint("CENTER", 0, 1)
bt:SetFont("Fonts\\FRIZQT__.TTF", 16)
self.BattleText = bt
hp.BattleText = bt
Big thanks to Sezz for the original idea and work. |
|