Thread: rmod Layouts
View Single Post
Old 03/21/08, 3:52 AM   #90 (permalink)
Auralin
Von Kaiser
 
Draenei Priest
 
Feathermoon
I'm having trouble figuring out what text to alter to hide the raid frames in rUnits, If anyone could help, I would apprciate it.
I was also trying to change the Font and size. I was trying the same thing that Velveeta suggested and for some reason its not working. The script looks correct to me, anyone know why this code isn't working?

Originally Posted by Velveeta View Post
In the layout.lua file find this:

local hpp = hp:CreateFontString(nil, "OVERLAY")
    hpp:SetPoint("RIGHT", -3, 0)
    hpp:SetFontObject(GameFontHighlight)
    hpp:SetTextColor(1, 1, 1)

And change the bold part to:

hpp:SetFont("Fonts\\skurri", 12)
This will set the font of the hpp setting to use the skurri font in the main Fonts folder at size 12. Just replace the path to your font in "", you can also specify your own size and if it has an outline.
Thanks in advance for the help.

Last edited by Auralin : 03/21/08 at 3:55 AM. Reason: Grammer
 
User is offline.
Reply With Quote