Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
New font
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Sep 3, 2010
1 parent eb9e8cb commit b0ff83d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Binary file added semplice.ttf
Binary file not shown.
6 changes: 4 additions & 2 deletions setup.lua
Expand Up @@ -5,7 +5,8 @@ addon:SetScript('OnEvent', function(self, event, name)

for index = 1, 5 do
local frame = _G['ChatFrame'..index]
frame:SetFont([=[Interface\AddOns\Gibberish\vera.ttf]=], 12)
frame:SetFont([=[Interface\AddOns\Gibberish\semplice.ttf]=], 8, 'OUTLINEMONOCHROME')
frame:SetShadowOffset(0, 0)
frame:SetClampRectInsets(0, 0, 0, 0)

local buttons = _G['ChatFrame'..index..'ButtonFrame']
Expand All @@ -16,7 +17,8 @@ addon:SetScript('OnEvent', function(self, event, name)
editbox:ClearAllPoints()
editbox:SetPoint('BOTTOMLEFT', frame, 'TOPLEFT', -5, 20)
editbox:SetPoint('BOTTOMRIGHT', frame, 'TOPRIGHT', 5, 20)
editbox:SetFont([=[Interface\AddOns\Gibberish\vera.ttf]=], 12)
editbox:SetFont([=[Interface\AddOns\Gibberish\semplice.ttf]=], 8, 'OUTLINEMONOCHROME')
editbox:SetShadowOffset(0, 0)
editbox:SetAltArrowKeyMode(false)

_G['ChatFrame'..index..'EditBoxLeft']:SetTexture(nil)
Expand Down
3 changes: 3 additions & 0 deletions tabs.lua
Expand Up @@ -44,6 +44,9 @@ end
for index = 1, 5 do
local tab = _G['ChatFrame'..index..'Tab']
tab:GetFontString():SetFont([=[Interface\AddOns\Gibberish\semplice.ttf]=], 8, 'OUTLINEMONOCHROME')
tab:GetFontString():SetShadowOffset(0, 0)
tab.leftTexture:SetTexture(nil)
tab.middleTexture:SetTexture(nil)
tab.rightTexture:SetTexture(nil)
Expand Down
Binary file removed vera.ttf
Binary file not shown.

0 comments on commit b0ff83d

Please sign in to comment.