DWRITE_COLOR_GLYPH_RUN1 structure (dwrite_3.h)

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

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

Inheritance

The DWRITE_COLOR_GLYPH_RUN1 structure implements DWRITE_COLOR_GLYPH_RUN.

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

Requirement Value
Header dwrite_3.h