共用方式為


DWRITE_SHAPING_GLYPH_PROPERTIES 結構 (dwrite.h)

包含輸出圖像的成形輸出屬性。

語法

struct DWRITE_SHAPING_GLYPH_PROPERTIES {
  UINT16 justification : 4;
  UINT16 isClusterStart : 1;
  UINT16 isDiacritic : 1;
  UINT16 isZeroWidthSpace : 1;
  UINT16 reserved : 9;
};

成員

justification

類型: UINT16

表示圖像已套用理由。

isClusterStart

類型: UINT16

表示圖像是叢集的開頭。

isDiacritic

類型: UINT16

表示圖像是讀音符號。

isZeroWidthSpace

類型: UINT16

表示圖像是沒有可見空格的字邊界。

reserved

類型: UINT16

保留供未來使用。

規格需求

需求
最低支援的用戶端 適用於 Windows Vista 的 Windows 7、Windows Vista SP2 和平臺更新 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008 [傳統型應用程式 |UWP 應用程式]
標頭 dwrite.h