View Single Post
03-11-11, 11:22 AM   #309
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by zork View Post
One of the best pixel fonts I saw in quite a long time
http://www.dafont.com/pixantiqua.font



Code:
  local NAMEPLATE_FONT = "Interface\\AddOns\\rChat\\PixAntiqua.ttf"
  cf:SetFont(NAMEPLATE_FONT, 12, "THINOUTLINE, MONOCHROME") 
  cf:SetShadowOffset(2,-2)
  cf:SetShadowColor(0,0,0,0.7)
That hurts my eyes :<