Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(Unstubbified. Point at object information for GetWidth et al funkiness)
m (catfix, Replaced: {{widgetmethod}} → {{widgetmethod}}<br>)
Line 1: Line 1:
{{widgetmethod}}
+
{{widgetmethod}}<br>
   
 
Returns how wide the string would be, in pixels, without wrapping:
 
Returns how wide the string would be, in pixels, without wrapping:

Revision as of 23:36, 14 July 2008


Returns how wide the string would be, in pixels, without wrapping:

width = MyFontString:GetStringWidth();

Note

Get/SetWidth() and Get/SetHeight() operate very differently on FontString objects than they do in other objects.

Among other things, if no width is explicitly set, GetWidth() will return the exact same result as GetStringWidth().

See the FontString object information for details.