Thread: rBuff help
View Single Post
05-22-10, 02:28 PM   #1
Minerv
A Black Drake
 
Minerv's Avatar
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 89
rBuff help

Hey, i have been trying to change the font on rBuff (roth/zork's buff addon).

on line 98 = ff:SetFont(NAMEPLATE_FONT, 13, "THINOUTLINE")

i changed this to =

Code:
ff:SetFont("Interface\\AddOns\\Flymo\\media\\semplice.ttf", 10, "OUTLINEMONOCHROME")
but it doesnt seem to work, tho when i edited this a while ago it worked.

i only changed font/directory, this is the old code.

Code:
ff:SetFont("Interface\\AddOns\\LiteStats\\media\\uni05_53.ttf", 10, "OUTLINEMONOCHROME")
any help would be appreciated.

(sry for bad english and/or explanation)
  Reply With Quote