IDWriteTextLayout1::SetPairKerning method
Enables or disables pair-kerning on a given text range.
Syntax
virtual HRESULT SetPairKerning(
BOOL isPairKerningEnabled,
DWRITE_TEXT_RANGE textRange
) = 0;
Parameters
- isPairKerningEnabled
-
Type: BOOL
The flag that indicates whether text is pair-kerned.
- textRange
-
Type: DWRITE_TEXT_RANGE
The text range to which the change applies.
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 |
|
|
Library |
|
|
DLL |
|
See also