ITextFont2::GetModWidthPairs メソッド (tom.h)

"ペアの幅を減らす" がアクティブかどうかを取得します。

構文

HRESULT GetModWidthPairs(
  [out, retval] long *pValue
);

パラメーター

[out, retval] pValue

型: long*

次のいずれかの tomBool 値。

意味
tomTrue アクティブなペアの幅を小さくします。
tomFalse ペアがアクティブでない場合は、幅を小さくします。
tomUndefined ModWidthPairs プロパティは未定義です。

戻り値

型: HRESULT

メソッドが成功すると、 NOERROR が返されます。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 8 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー tom.h
[DLL] Msftedit.dll

こちらもご覧ください

ITextFont2

ITextFont2::SetModWidthPairs