Widget API: FontString:SetTextHeight

From AddOn Studio
Revision as of 11:57, 10 June 2006 by WoWWiki>Mikk ({{widgetmethod}})
Jump to navigation Jump to search

Widget API ← FontString < SetTextHeight

Synopsis

FontString:SetTextHeight(integer pixelHeight)

Description

Sets the height of the text. Note that this will distort the text because it enlarges the image rather than the font size. If you need crisp looking text, you will need to create seperate text objects for each size.

Examples