WoW:API FontString SetTextHeight: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Add examples section.)
({{widgetmethod}})
Line 1: Line 1:
{{widgetmethod}}
== Synopsis ==
== Synopsis ==


Line 8: Line 10:


== Examples ==
== Examples ==
{{template:WoW API}}

Revision as of 11:57, 10 June 2006

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