You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Measure the width of string under max width restriction calculating the number of characters that can fit and the width those characters take.<br/>
181
217
/// Not relevant for platforms that don't render HTML on UI element.
@@ -198,6 +234,17 @@ public void ResumeClipping()
198
234
/// <param name="rtl">is to render the string right-to-left (true - RTL, false - LTR)</param>
0 commit comments