Freigeben über


DWRITE_WORD_WRAPPING Enumeration

Specifies the word wrapping to be used in a particular multiline paragraph.

Syntax

enum DWRITE_WORD_WRAPPING {
  DWRITE_WORD_WRAPPING_WRAP,
  DWRITE_WORD_WRAPPING_NO_WRAP 
};

Konstanten

  • DWRITE_WORD_WRAPPING_WRAP
    Indicates that words are broken across lines to avoid text overflowing the layout box.

  • DWRITE_WORD_WRAPPING_NO_WRAP
    Indicates that words are kept within the same line even when it overflows the layout box. This option is often used with scrolling to reveal overflow text.

Anforderungen

Mindestens unterstützter Client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista

Mindestens unterstützter Server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008

Header

Dwrite.h