ID2D1DeviceContext.DrawGlyphRun

<summary> Draws the glyph run with an extended description to describe the glyphs. </summary>

  1. void DrawGlyphRun(D2D1_POINT_2F baselineOrigin, const(DWRITE_GLYPH_RUN)* glyphRun, const(DWRITE_GLYPH_RUN_DESCRIPTION)* glyphRunDescription, ID2D1Brush foregroundBrush, DWRITE_MEASURING_MODE measuringMode)
    interface ID2D1DeviceContext
    extern (Windows)
    void
    DrawGlyphRun
    (
    D2D1_POINT_2F baselineOrigin
    ,,,
    ID2D1Brush foregroundBrush
    ,
    DWRITE_MEASURING_MODE measuringMode = DWRITE_MEASURING_MODE_NATURAL
    )
  2. void DrawGlyphRun(D2D1_POINT_2F baselineOrigin, const(DWRITE_GLYPH_RUN)* glyphRun, ID2D1Brush foregroundBrush, DWRITE_MEASURING_MODE measuringMode)

Meta