WoW:API FontString SetNonSpaceWrap: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Move page script moved page API FontString SetNonSpaceWrap to API FontString SetNonSpaceWrap without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
== Synopsis ==
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 ==

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)