DrawGlyphRun Method (BitmapRenderTarget)
In This Topic
Draws a run of glyphs to a bitmap target at the specified position.
Overload List
Overload | Description |
DrawGlyphRun(Single,Single,MeasuringMode,GlyphRun,RenderingParams,Int32) | Draws a run of glyphs to a bitmap target at the specified position. |
DrawGlyphRun(Single,Single,MeasuringMode,GlyphRun,RenderingParams,Int32,RectL) | HRESULT IDWriteBitmapRenderTarget::DrawGlyphRun([In] float baselineOriginX,[In] float baselineOriginY,[In] DWRITE_MEASURING_MODE measuringMode,[In] const DWRITE_GLYPH_RUN* glyphRun,[In] IDWriteRenderingParams* renderingParams,[In] COLORREF textColor,[Out, Optional] RECT* blackBoxRect) |
See Also