Enum TrimmingGranularity
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
Specifies the text granularity used to trim text overflowing the layout box.
public enum TrimmingGranularity
Fields
Character = 1
Trimming occurs at a character cluster boundary.
None = 0
No trimming occurs. Text flows beyond the layout width.
Word = 2
Trimming occurs at a word boundary.