WoWInterface SVN PhanxFont

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 4 to Rev 5
    Reverse comparison

Rev 4 → Rev 5

Addon.lua
175,6 → 175,11
_G["HelpFrameButton"..i.."Text"]:SetFontObject(GameFontNormalMed3)
end
 
-- More random shit
WorldMapFrame:HookScript("OnShow", function()
WorldMapFrameNavBarHomeButtonText:SetFont(GameFontNormal:GetFont())
end)
 
BattlePetTooltip.Name:SetFontObject(GameTooltipHeaderText)
FloatingBattlePetTooltip.Name:SetFontObject(GameTooltipHeaderText)
end)