énumération DWRITE_TRIMMING_GRANULARITY (dwrite.h)
Spécifie la granularité du texte utilisée pour réduire le texte qui déborde de la zone de disposition.
Syntaxe
typedef enum DWRITE_TRIMMING_GRANULARITY {
DWRITE_TRIMMING_GRANULARITY_NONE,
DWRITE_TRIMMING_GRANULARITY_CHARACTER,
DWRITE_TRIMMING_GRANULARITY_WORD
} ;
Constantes
DWRITE_TRIMMING_GRANULARITY_NONE Aucun découpage n’est effectué. Le texte circule au-delà de la largeur de la disposition. |
DWRITE_TRIMMING_GRANULARITY_CHARACTER Le découpage se produit à la limite d’un cluster de caractères. |
DWRITE_TRIMMING_GRANULARITY_WORD Le découpage se produit à la limite d’un mot. |
Spécifications
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 Platform Update pour Windows Server 2008 [applications de bureau | Applications UWP] |
En-tête | dwrite.h |