Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
m (catfix, Replaced: {{widgetmethod}}<br> → {{widgetmethod}})
(Factual correction)
Line 8: Line 8:
   
 
Usage
 
Usage
FontString:SetFont("FRIZQT__.TTF",11,"OUTLINE, MONOCHROME")
+
FontString:SetFont("Fonts\\FRIZQT__.TTF", 11, "OUTLINE, MONOCHROME")
   
   

Revision as of 00:37, 2 September 2008

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("Fonts\\FRIZQT__.TTF", 11, "OUTLINE, MONOCHROME")


Notes:

From Slouken, posted 2006-02-09 "...each font+font-size*fontstring-scale+flags combination generates a new instance of that font (along with associated textures and vertex data)."