structure DWRITE_LINE_BREAKPOINT (dwrite.h)
Caractéristiques du point d’arrêt de ligne d’un caractère.
Syntaxe
struct DWRITE_LINE_BREAKPOINT {
UINT8 breakConditionBefore : 2;
UINT8 breakConditionAfter : 2;
UINT8 isWhitespace : 1;
UINT8 isSoftHyphen : 1;
UINT8 padding : 2;
};
Membres
breakConditionBefore
Type : UINT8
Indique une condition cassant avant le caractère.
breakConditionAfter
Type : UINT8
Indique une condition cassant après le caractère.
isWhitespace
Type : UINT8
Indique que le caractère est une forme d’espace blanc, qui peut être utile pour la justification.
isSoftHyphen
Type : UINT8
Indique que le caractère est un trait d’union doux, souvent utilisé pour indiquer les points de trait d’union à l’intérieur des mots.
padding
Type : UINT8
Réservé pour un usage futur.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7, Windows Vista avec SP2 et Mise à jour de plateforme pour Windows Vista [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2, Windows Server 2008 avec SP2 et Mise à jour de plateforme pour Windows Server 2008 [applications de bureau | Applications UWP] |
En-tête | dwrite.h |