WoW:API FontString SetFont: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
No edit summary
Line 7: Line 7:
Usage
Usage
  FontString:SetFont("FRIZQT__.TTF",11,"OUTLINE, MONOCHROME")
  FontString:SetFont("FRIZQT__.TTF",11,"OUTLINE, MONOCHROME")
{{template:WoW API}}

Revision as of 17:47, 30 December 2005

FontString:SetFont("font",size[,"flags"]) - Sets the font to use for display in the fontstring.

"font" is the name of a font size is the size of the font "flags" are any of OUTLINE, THICKOUTLINE and/or MONOCHROME

Usage

FontString:SetFont("FRIZQT__.TTF",11,"OUTLINE, MONOCHROME")

Template:WoW API