|
@@ -84,7 +84,7 @@
|
|
|
<h1 id="Terminal_Gui_TextFormatter" data-uid="Terminal.Gui.TextFormatter" class="text-break">Class TextFormatter
|
|
|
</h1>
|
|
|
<div class="markdown level0 summary">
|
|
|
-Provides text formatting capabilites for console apps. Supports, hotkeys, horizontal alignment, multille lines, and word-based line wrap.
|
|
|
+Provides text formatting capabilities for console apps. Supports, hotkeys, horizontal alignment, multille lines, and word-based line wrap.
|
|
|
</div>
|
|
|
<div class="markdown level0 conceptual"></div>
|
|
|
<div class="inheritance">
|
|
@@ -389,7 +389,7 @@ The text to be displayed. This text is never modified.
|
|
|
<a id="Terminal_Gui_TextFormatter_CalcRect_" data-uid="Terminal.Gui.TextFormatter.CalcRect*"></a>
|
|
|
<h4 id="Terminal_Gui_TextFormatter_CalcRect_System_Int32_System_Int32_NStack_ustring_" data-uid="Terminal.Gui.TextFormatter.CalcRect(System.Int32,System.Int32,NStack.ustring)">CalcRect(Int32, Int32, ustring)</h4>
|
|
|
<div class="markdown level1 summary">
|
|
|
-Calculates the rectangle requried to hold text, assuming no word wrapping.
|
|
|
+Calculates the rectangle required to hold text, assuming no word wrapping.
|
|
|
</div>
|
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
<h5 class="decalaration">Declaration</h5>
|
|
@@ -776,7 +776,7 @@ Computes the number of lines needed to render the specified text given the width
|
|
|
<a id="Terminal_Gui_TextFormatter_MaxWidth_" data-uid="Terminal.Gui.TextFormatter.MaxWidth*"></a>
|
|
|
<h4 id="Terminal_Gui_TextFormatter_MaxWidth_NStack_ustring_System_Int32_" data-uid="Terminal.Gui.TextFormatter.MaxWidth(NStack.ustring,System.Int32)">MaxWidth(ustring, Int32)</h4>
|
|
|
<div class="markdown level1 summary">
|
|
|
-Computes the maximum width needed to render the text (single line or multple lines) given a minimium width.
|
|
|
+Computes the maximum width needed to render the text (single line or multple lines) given a minimum width.
|
|
|
</div>
|
|
|
<div class="markdown level1 conceptual"></div>
|
|
|
<h5 class="decalaration">Declaration</h5>
|
|
@@ -850,7 +850,7 @@ Removes the hotkey specifier from text.
|
|
|
<tr>
|
|
|
<td><span class="xref">System.Int32</span></td>
|
|
|
<td><span class="parametername">hotPos</span></td>
|
|
|
- <td>Returns the postion of the hot-key in the text. -1 if not found.</td>
|
|
|
+ <td>Returns the position of the hot-key in the text. -1 if not found.</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td><span class="xref">System.Rune</span></td>
|