WoW:API FontString SetNonSpaceWrap: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Provide an initial page)
 
m (Move page script moved page API FontString SetNonSpaceWrap to API FontString SetNonSpaceWrap without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Synopsis ==
{{widgetmethod}}
 
FontString:SetNonSpaceWrap(boolean wrapFlag)
 
== Description ==
 
Set whether long strings without spaces are wrapped or truncated.
Set whether long strings without spaces are wrapped or truncated.
 
FontString:SetNonSpaceWrap(wrapFlag)
== Examples ==
 
{{template:WoW API}}

Latest revision as of 04:45, 15 August 2023

Widget API ← FontString < SetNonSpaceWrap

Set whether long strings without spaces are wrapped or truncated.

FontString:SetNonSpaceWrap(wrapFlag)