Atom
Public Attributes | List of all members
DWRITE_TRIMMING Struct Reference

The DWRITE_TRIMMING structure specifies the trimming option for text overflowing the layout box. More...

#include <DWrite.h>

Public Attributes

DWRITE_TRIMMING_GRANULARITY granularity
 Text granularity of which trimming applies. More...
 
UINT32 delimiter
 Character code used as the delimiter signaling the beginning of the portion of text to be preserved, most useful for path ellipsis, where the delimeter would be a slash. More...
 
UINT32 delimiterCount
 How many occurences of the delimiter to step back. More...
 

Detailed Description

The DWRITE_TRIMMING structure specifies the trimming option for text overflowing the layout box.

Member Data Documentation

§ delimiter

UINT32 DWRITE_TRIMMING::delimiter

Character code used as the delimiter signaling the beginning of the portion of text to be preserved, most useful for path ellipsis, where the delimeter would be a slash.

§ delimiterCount

UINT32 DWRITE_TRIMMING::delimiterCount

How many occurences of the delimiter to step back.

§ granularity

DWRITE_TRIMMING_GRANULARITY DWRITE_TRIMMING::granularity

Text granularity of which trimming applies.


The documentation for this struct was generated from the following file: