IDWriteFontFace4::GetGlyphImageFormats(UINT16,UINT32,UINT32,DWRITE_GLYPH_IMAGE_FORMATS*) method (dwrite_3.h)

Gets all the glyph image formats supported for the specified glyph.

Syntax

HRESULT GetGlyphImageFormats(
  UINT16                     glyphId,
  UINT32                     pixelsPerEmFirst,
  UINT32                     pixelsPerEmLast,
  DWRITE_GLYPH_IMAGE_FORMATS *glyphImageFormats
);

Parameters

glyphId

The identifier of the glyph to be queried.

pixelsPerEmFirst

The lowest pixels per em value to query.

pixelsPerEmLast

The highest pixels per em value to query.

glyphImageFormats

An array of DWRITE_GLYPH_IMAGE_FORMATS specifying the supported formats for the requested glyph.

Return value

HRESULT

Type: DWRITE_GLYPH_IMAGE_FORMATS

Requirements

Requirement Value
Target Platform Windows
Header dwrite_3.h
Library Dwrite.lib

See also

IDWriteFontFace4