DWRITE_COLOR_GLYPH_RUN1 structure

Represents a color glyph run. The IDWriteFactory4::TranslateColorGlyphRun method returns an ordered collection of color glyph runs of varying types depending on what the font supports.

Syntax


typedef struct DWRITE_COLOR_GLYPH_RUN1  : public DWRITE_COLOR_GLYPH_RUN{
  DWRITE_GLYPH_IMAGE_FORMATS glyphImageFormat;
  DWRITE_MEASURING_MODE      measuringMode;
} DWRITE_COLOR_GLYPH_RUN1;

Members

glyphImageFormat

Type of glyph image format for this color run. Exactly one type will be set since TranslateColorGlyphRun has already broken down the run into separate parts.

measuringMode

Measuring mode to use for this glyph run.

Requirements

Header

Dwrite_3.h

 

 

Show: