Condividi tramite


enumerazione DWRITE_TRIMMING_GRANULARITY (dwrite.h)

Specifica la granularità del testo utilizzata per tagliare il testo in overflow della casella di layout.

Sintassi

typedef enum DWRITE_TRIMMING_GRANULARITY {
  DWRITE_TRIMMING_GRANULARITY_NONE,
  DWRITE_TRIMMING_GRANULARITY_CHARACTER,
  DWRITE_TRIMMING_GRANULARITY_WORD
} ;

Costanti

 
DWRITE_TRIMMING_GRANULARITY_NONE
Non si verifica alcun taglio. Il testo scorre oltre la larghezza del layout.
DWRITE_TRIMMING_GRANULARITY_CHARACTER
Il taglio si verifica in corrispondenza di un limite del cluster di caratteri.
DWRITE_TRIMMING_GRANULARITY_WORD
Il taglio si verifica in corrispondenza di un limite di parole.

Requisiti

   
Client minimo supportato Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [app desktop | App UWP]
Intestazione dwrite.h