Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDWriteTextLayout1::GetPairKerning method

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

Syntax


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

Parameters

currentPosition

Type: UINT32

The current text position.

isPairKerningEnabled [out]

Type: BOOL*

The flag that indicates whether text is pair-kerned.

textRange [out, optional]

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

Minimum supported client

Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps]

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]

Header

Dwrite_1.h

Library

Dwrite.lib

DLL

Dwrite.dll

See also

IDWriteTextLayout1

 

 

Show:
© 2017 Microsoft