WoW:API FontString SetTextHeight: Difference between revisions
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 | 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.