WoW:API FontInstance SetFontObject

From AddOn Studio
Jump to navigation Jump to search

Font:SetFontObject(fontObject) - Inherits 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 from which one can inherit a <FontString> is a font object.

Template:WoW API