RetroArch
|
Line breakpoint characteristics of a character. More...
#include <dwrite.h>
Public Attributes | |
UINT8 | breakConditionBefore: 2 |
Breaking condition before the character. More... | |
UINT8 | breakConditionAfter: 2 |
Breaking condition after the character. More... | |
UINT8 | isWhitespace: 1 |
The character is some form of whitespace, which may be meaningful for justification. More... | |
UINT8 | isSoftHyphen: 1 |
The character is a soft hyphen, often used to indicate hyphenation points inside words. More... | |
UINT8 | padding: 2 |
Line breakpoint characteristics of a character.
UINT8 DWRITE_LINE_BREAKPOINT::breakConditionAfter |
Breaking condition after the character.
UINT8 DWRITE_LINE_BREAKPOINT::breakConditionBefore |
Breaking condition before the character.
UINT8 DWRITE_LINE_BREAKPOINT::isSoftHyphen |
The character is a soft hyphen, often used to indicate hyphenation points inside words.
UINT8 DWRITE_LINE_BREAKPOINT::isWhitespace |
The character is some form of whitespace, which may be meaningful for justification.
UINT8 DWRITE_LINE_BREAKPOINT::padding |