Skip to content

Commit a20e47c

Browse files
added a distinction between effects of these flags on DrawText and MeasureText
1 parent b4dbd02 commit a20e47c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Windows.Forms/TextFormatFlags.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
</ReturnValue>
100100
<MemberValue>32768</MemberValue>
101101
<Docs>
102-
<summary>Removes the end of trimmed lines, and replaces them with an ellipsis. The string is not modified unless the <see cref="F:System.Windows.Forms.TextFormatFlags.ModifyString" /> flag is specified. Compare with <see cref="F:System.Windows.Forms.TextFormatFlags.PathEllipsis" /> and <see cref="F:System.Windows.Forms.TextFormatFlags.WordEllipsis" />.</summary>
102+
<summary>Removes the end of trimmed lines, and replaces them with an ellipsis. When used to draw text by `TextRenderer`, the string is not modified unless the <see cref="F:System.Windows.Forms.TextFormatFlags.ModifyString" /> flag is specified. Compare with <see cref="F:System.Windows.Forms.TextFormatFlags.PathEllipsis" /> and <see cref="F:System.Windows.Forms.TextFormatFlags.WordEllipsis" />.</summary>
103103
</Docs>
104104
</Member>
105105
<Member MemberName="ExpandTabs">
@@ -288,7 +288,7 @@
288288
</ReturnValue>
289289
<MemberValue>65536</MemberValue>
290290
<Docs>
291-
<summary>Has no effect on the drawn text. Modifies the specified string parameter to match the displayed text if ellipsis are shown. This value has no effect unless <see cref="F:System.Windows.Forms.TextFormatFlags.EndEllipsis" /> or <see cref="F:System.Windows.Forms.TextFormatFlags.PathEllipsis" />is specified.</summary>
291+
<summary>Has no effect on the drawn text or text measurements. When used to draw text by `TextRenderer`, modifies the specified string parameter to match the displayed text if ellipsis are shown. This value has no effect unless <see cref="F:System.Windows.Forms.TextFormatFlags.EndEllipsis" /> or <see cref="F:System.Windows.Forms.TextFormatFlags.PathEllipsis" />is specified.</summary>
292292
</Docs>
293293
</Member>
294294
<Member MemberName="NoClipping">
@@ -393,7 +393,7 @@
393393
</ReturnValue>
394394
<MemberValue>16384</MemberValue>
395395
<Docs>
396-
<summary>Removes the center of trimmed lines and replaces it with an ellipsis. The string is not modified unless the <see cref="F:System.Windows.Forms.TextFormatFlags.ModifyString" /> flag is specified. Compare with <see cref="F:System.Windows.Forms.TextFormatFlags.EndEllipsis" /> and <see cref="F:System.Windows.Forms.TextFormatFlags.WordEllipsis" />.</summary>
396+
<summary>Removes the center of trimmed lines and replaces it with an ellipsis. When used to draw text by `TextRenderer`, the string is not modified unless the <see cref="F:System.Windows.Forms.TextFormatFlags.ModifyString" /> flag is specified. Compare with <see cref="F:System.Windows.Forms.TextFormatFlags.EndEllipsis" /> and <see cref="F:System.Windows.Forms.TextFormatFlags.WordEllipsis" />.</summary>
397397
</Docs>
398398
</Member>
399399
<Member MemberName="PrefixOnly">

0 commit comments

Comments
 (0)