IDWriteTextLayout1::GetPairKerning method (dwrite_1.h)

Gets whether or not pair-kerning is enabled at given position.

Syntax

HRESULT GetPairKerning(
                  UINT32            currentPosition,
  [out]           BOOL              *isPairKerningEnabled,
  [out, optional] DWRITE_TEXT_RANGE *textRange
);

Parameters

currentPosition

Type: UINT32

The current text position.

[out] isPairKerningEnabled

Type: BOOL*

The flag that indicates whether text is pair-kerned.

[out, optional] textRange

Type: DWRITE_TEXT_RANGE*

The position range of the current format.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header dwrite_1.h
Library Dwrite.lib
DLL Dwrite.dll

See also

IDWriteTextLayout1