WoWInterface SVN oUF_Ruben

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 27 to Rev 28
    Reverse comparison

Rev 27 → Rev 28

trunk/oUF_Ruben/oUF_Ruben.lua
1,6 → 1,6
local ADDON_NAME, ns = ...
local oUF = ns.oUF or oUF
local LSM = LibStub and LibStub("LibSharedMedia-3.0")
local LSM = LibStub and LibStub"LibSharedMedia-3.0"
 
local function debug(...)
-- print(...)
37,10 → 37,10
end
end
 
local font = CreateFont('oUF_RubenFont')
local font = CreateFont'oUF_RubenFont'
font:SetFont(ns.fonts.uni05_53, 8, "OUTLINE MONOCHROME")
 
local outlinefont = CreateFont('oUF_RubenOutlineFont')
local outlinefont = CreateFont'oUF_RubenOutlineFont'
outlinefont:SetFont('Fonts\\FRIZQT__.TTF', 24, 'OUTLINE')
outlinefont:SetShadowColor(0,0,0,0)