IDWriteTextLayout1::GetCharacterSpacing メソッド (dwrite_1.h)
文字間の間隔を取得します。
構文
HRESULT GetCharacterSpacing(
UINT32 currentPosition,
[out] FLOAT *leadingSpacing,
[out] FLOAT *trailingSpacing,
[out] FLOAT *minimumAdvanceWidth,
[out, optional] DWRITE_TEXT_RANGE *textRange
);
パラメーター
currentPosition
種類: UINT32
現在のテキスト位置。
[out] leadingSpacing
型: FLOAT*
各文字の前の間隔 (読み取り順)。
[out] trailingSpacing
型: FLOAT*
各文字の後の間隔 (読み取り順)。
[out] minimumAdvanceWidth
型: FLOAT*
文字が薄すぎたり、幅が 0 になるのを防ぐために、各文字の最小の進め方。 これは 0 以上である必要があります。
[out, optional] textRange
種類: DWRITE_TEXT_RANGE*
現在の形式の位置範囲。
戻り値
種類: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
サポートされている最小のクライアント | Windows 8 および Windows 7 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2012 および Windows Server 2008 R2 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | dwrite_1.h |
Library | Dwrite.lib |
[DLL] | Dwrite.dll |