共用方式為


ITextFont2::SetModWidthPairs 方法 (tom.h)

設定是否使用「減少配對的寬度」。

語法

HRESULT SetModWidthPairs(
  [in] long Value
);

參數

[in] Value

類型: long

tomBool 值,可以是下列其中一項。

意義
tomTrue 在配對上減少寬度為使用中。
tomFalse 在配對上減少寬度不是使用中。
tomToggle 切換 ModWidthPairs 屬性。
tomUndefined ModWidthPairs 屬性未定義。

傳回值

類型: HRESULT

如果方法成功,則會傳回 NOERROR。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 tom.h
Dll Msftedit.dll

另請參閱

ITextFont2

ITextFont2::GetModWidthPairs