IDWriteFontSet::GetFontFaceReference method

Gets a reference to the font at the specified index, which may be local or remote.

Syntax


HRESULT GetFontFaceReference(
        UINT32                   listIndex,
  [out] IDWriteFontFaceReference **fontFaceReference
);

Parameters

listIndex

Type: UINT32

Zero-based index of the font.

fontFaceReference [out]

Type: IDWriteFontFaceReference**

Receives a pointer the font face reference object, or nullptr on failure.

Return value

Type: HRESULT

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

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

Dwrite_3.h

Library

Dwrite.lib

DLL

Dwrite.dll

See also

IDWriteFontSet

 

 

Show: