Skip to content

Latest commit

 

History

History
84 lines (64 loc) · 2.99 KB

nf-dwrite-idwritetextlayout-getfontcollection.md

File metadata and controls

84 lines (64 loc) · 2.99 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:dwrite.IDWriteTextLayout.GetFontCollection
IDWriteTextLayout::GetFontCollection (dwrite.h)
Gets the font collection associated with the text at the specified position.
GetFontCollection
GetFontCollection method [Direct Write]
GetFontCollection method [Direct Write]
IDWriteTextLayout interface
IDWriteTextLayout interface [Direct Write]
GetFontCollection method
IDWriteTextLayout.GetFontCollection
IDWriteTextLayout::GetFontCollection
directwrite.IDWriteTextLayout_GetFontCollection
dwrite/IDWriteTextLayout::GetFontCollection
directwrite\IDWriteTextLayout_GetFontCollection.htm
DirectWrite
ce3e4510-2b40-4eb4-aaf8-fe830e96d618
12/05/2018
GetFontCollection, GetFontCollection method [Direct Write], GetFontCollection method [Direct Write],IDWriteTextLayout interface, IDWriteTextLayout interface [Direct Write],GetFontCollection method, IDWriteTextLayout.GetFontCollection, IDWriteTextLayout::GetFontCollection, directwrite.IDWriteTextLayout_GetFontCollection, dwrite/IDWriteTextLayout::GetFontCollection
dwrite.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
Dwrite.lib
Dwrite.dll
Windows
19H1
IDWriteTextLayout::GetFontCollection
dwrite/IDWriteTextLayout::GetFontCollection
c++
APIRef
kbSyntax
COM
dwrite.dll
IDWriteTextLayout.GetFontCollection

IDWriteTextLayout::GetFontCollection

-description

Gets the font collection associated with the text at the specified position.

-parameters

-param currentPosition

Type: UINT32

The position of the text to inspect.

-param fontCollection [out]

Type: IDWriteFontCollection**

Contains an address of a pointer to the current font collection.

-param textRange [out, optional]

Type: DWRITE_TEXT_RANGE*

The range of text that has the same formatting as the text at the position specified by currentPosition. This means the run has the exact formatting as the position specified, including but not limited to the underline.

-returns

Type: HRESULT

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

-see-also

IDWriteTextLayout