IDWriteFontSet::GetFontFaceReference method (dwrite_3.h)

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.

[out] fontFaceReference

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

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header dwrite_3.h
Library Dwrite.lib
DLL Dwrite.dll

See also

IDWriteFontSet