WoW:API FontString SetTextHeight: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Add examples section.) |
||
Line 1: | Line 1: | ||
== 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. | 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 == | |||
{{template:WoW API}} | {{template:WoW API}} |
Revision as of 15:22, 6 March 2006
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.