RetroArch
Public Attributes | List of all members
DWRITE_LINE_BREAKPOINT Struct Reference

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
 

Detailed Description

Line breakpoint characteristics of a character.

Member Data Documentation

◆ breakConditionAfter

UINT8 DWRITE_LINE_BREAKPOINT::breakConditionAfter

Breaking condition after the character.

◆ breakConditionBefore

UINT8 DWRITE_LINE_BREAKPOINT::breakConditionBefore

Breaking condition before the character.

◆ isSoftHyphen

UINT8 DWRITE_LINE_BREAKPOINT::isSoftHyphen

The character is a soft hyphen, often used to indicate hyphenation points inside words.

◆ isWhitespace

UINT8 DWRITE_LINE_BREAKPOINT::isWhitespace

The character is some form of whitespace, which may be meaningful for justification.

◆ padding

UINT8 DWRITE_LINE_BREAKPOINT::padding

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