WoW:API FontInstance SetFontObject

From AddOn Studio
Revision as of 08:27, 1 April 2006 by WoWWiki>Kemayo
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Font:SetFontObject(fontObject) - Inhereits all details from another font.

fontObject is a font object (or nil)

Usage

Font:SetFont(GameTooltipTextSmall)


Notes:

Many font objects are predefined in Fonts.xml. Anything which one can inhereit a <FontString> from is a font object.

Template:WoW API