|
RetroArch
|
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... | |
The DWRITE_TRIMMING structure specifies the trimming option for text overflowing the layout box.
| 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.
| UINT32 DWRITE_TRIMMING::delimiterCount |
How many occurrences of the delimiter to step back. Leave this zero if there is no delimiter.
| DWRITE_TRIMMING_GRANULARITY DWRITE_TRIMMING::granularity |
Text granularity of which trimming applies.
1.8.15