C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / BitmapRenderTarget Class / DrawGlyphRun Method / DrawGlyphRun(Single,Single,MeasuringMode,GlyphRun,RenderingParams,Int32) Method
The horizontal position of the baseline origin, in DIPs, relative to the upper-left corner of the DIB.
The vertical position of the baseline origin, in DIPs, relative to the upper-left corner of the DIB.
The measuring method for glyphs in the run, used with the other properties to determine the rendering mode.
The structure containing the properties of the glyph run.
The object that controls rendering behavior.
The foreground color of the text.

In This Topic
DrawGlyphRun(Single,Single,MeasuringMode,GlyphRun,RenderingParams,Int32) Method
In This Topic
Draws a run of glyphs to a bitmap target at the specified position.
Syntax
'Declaration
 
Public Overloads Sub DrawGlyphRun( _
   ByVal baselineOriginX As System.Single, _
   ByVal baselineOriginY As System.Single, _
   ByVal measuringMode As MeasuringMode, _
   ByVal glyphRun As GlyphRun, _
   ByVal renderingParams As RenderingParams, _
   ByVal textColor As System.Integer _
) 
 

Parameters

baselineOriginX
The horizontal position of the baseline origin, in DIPs, relative to the upper-left corner of the DIB.
baselineOriginY
The vertical position of the baseline origin, in DIPs, relative to the upper-left corner of the DIB.
measuringMode
The measuring method for glyphs in the run, used with the other properties to determine the rendering mode.
glyphRun
The structure containing the properties of the glyph run.
renderingParams
The object that controls rendering behavior.
textColor
The foreground color of the text.

Return Value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
See Also