DrawGlyphRun(Single,Single,MeasuringMode,GlyphRun,RenderingParams,Int32,RectL) Method
In This Topic
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)
Syntax
'Declaration
Public Overloads Sub DrawGlyphRun( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As MeasuringMode, _
ByVal As GlyphRun, _
ByVal As RenderingParams, _
ByVal As System.Integer, _
ByRef As RectL _
)
public void DrawGlyphRun(
System.float ,
System.float ,
MeasuringMode ,
GlyphRun ,
RenderingParams ,
System.int ,
out RectL
)
Parameters
- baselineOriginX
- baselineOriginY
- measuringMode
- glyphRun
- renderingParams
- textColor
- blackBoxRect
See Also