IDWriteFontFace3::IsGlyphLocal method

Determines whether the glyph is locally downloaded from the font.

Syntax


BOOL IsGlyphLocal(
  [in] UINT16 glyphId
);

Parameters

glyphId [in]

Type: UINT16

Glyph identifier.

Return value

Type: BOOL

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

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

IDWriteFontFace3

 

 

Show: