RetroArch
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 delimiter would be a slash. Leave this zero if there is no delimiter. More...
 
UINT32 delimiterCount
 How many occurrences of the delimiter to step back. Leave this zero if there is no delimiter. 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 delimiter would be a slash. Leave this zero if there is no delimiter.

◆ delimiterCount

UINT32 DWRITE_TRIMMING::delimiterCount

How many occurrences of the delimiter to step back. Leave this zero if there is no delimiter.

◆ granularity

DWRITE_TRIMMING_GRANULARITY DWRITE_TRIMMING::granularity

Text granularity of which trimming applies.


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