IDWriteFontFace3::IsGlyphLocal method (dwrite_3.h)

Determines whether the glyph is locally downloaded from the font.

Syntax

BOOL IsGlyphLocal(
  [in] UINT16 glyphId
);

Parameters

[in] glyphId

Type: UINT16

Glyph identifier.

Return value

Type: BOOL

Returns TRUE if the font has the specified glyph locally available.

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

IDWriteFontFace3