Condividi tramite


Metodo IDWriteTextLayout1::GetPairKerning (dwrite_1.h)

Ottiene se l'associazione o meno è abilitata in corrispondenza della posizione specificata.

Sintassi

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

Parametri

currentPosition

Tipo: UINT32

Posizione del testo corrente.

[out] isPairKerningEnabled

Tipo: BOOL*

Flag che indica se il testo è associato.

[out, optional] textRange

Tipo: DWRITE_TEXT_RANGE*

Intervallo di posizioni del formato corrente.

Valore restituito

Tipo: HRESULT

Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Requisiti

   
Client minimo supportato Windows 8 e Platform Update per Windows 7 [app desktop | App UWP]
Server minimo supportato Windows Server 2012 e Aggiornamento della piattaforma per Windows Server 2008 R2 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione dwrite_1.h
Libreria Dwrite.lib
DLL Dwrite.dll

Vedi anche

IDWriteTextLayout1