WoW:API FontString SetTextHeight: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{widgetmethod}})
m (sp)
Line 7: Line 7:
== Description ==
== 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.
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 separate text objects for each size.


== Examples ==
== Examples ==

Revision as of 09:21, 18 August 2007

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 separate text objects for each size.

Examples