| BeginDrawText(IReadWriteBitmapData, Color32, FormattedText, PointF, DrawingOptions, AsyncConfig) | Begins to draw a text represented by a FormattedText instance, filling the characters with a solid brush of the specified color. |
| BeginDrawText(IReadWriteBitmapData, Color32, GlyphRun, PointF, DrawingOptions, AsyncConfig) | Begins to draw a text represented by a GlyphRun instance, filling the characters with a solid brush of the specified color. |
| BeginDrawText(IReadWriteBitmapData, Brush, FormattedText, PointF, DrawingOptions, AsyncConfig) | Begins to draw a text represented by a FormattedText instance, filling the characters with the specified Brush. |
| BeginDrawText(IReadWriteBitmapData, Brush, GlyphRun, PointF, DrawingOptions, AsyncConfig) | Begins to draw a text represented by a GlyphRun instance, filling the characters with the specified Brush. |