共用方式為


DWRITE_INLINE_OBJECT_METRICS 結構 (dwrite.h)

包含描述應用程式定義內嵌物件幾何測量的屬性。

語法

struct DWRITE_INLINE_OBJECT_METRICS {
  FLOAT width;
  FLOAT height;
  FLOAT baseline;
  BOOL  supportsSideways;
};

成員

width

類型: FLOAT

內嵌物件的寬度。

height

類型: FLOAT

內嵌物件的高度。

baseline

類型: FLOAT

從物件頂端到其對齊相鄰文字的點的距離。 如果基準位於底部, 則基準 只會等於 高度

supportsSideways

類型: BOOL

布爾值旗標,指出物件是要直立還是與垂直文字的文字基準一起放置。

規格需求

需求
最低支援的用戶端 適用於 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