| DrawTextOutline(IReadWriteBitmapData, Color32, FormattedText, PointF, DrawingOptions) | Draws the one-pixel wide outline of a text represented by a FormattedText instance with the specified color. |
| DrawTextOutline(IReadWriteBitmapData, Color32, GlyphRun, PointF, DrawingOptions) | Draws the one-pixel wide outline of a text represented by a GlyphRun instance with the specified color. |
| DrawTextOutline(IReadWriteBitmapData, Color32, FormattedText, PointF, DrawingOptions, ParallelConfig) | Draws the one-pixel wide outline of a text represented by a FormattedText instance with the specified color. |
| DrawTextOutline(IReadWriteBitmapData, Color32, FormattedText, Single, Single, DrawingOptions) | Draws the one-pixel wide outline of a text represented by a FormattedText instance with the specified color. |
| DrawTextOutline(IReadWriteBitmapData, Color32, GlyphRun, PointF, DrawingOptions, ParallelConfig) | Draws the one-pixel wide outline of a text represented by a GlyphRun instance with the specified color. |
| DrawTextOutline(IReadWriteBitmapData, Color32, GlyphRun, Single, Single, DrawingOptions) | Draws the one-pixel wide outline of a text represented by a GlyphRun instance with the specified color. |
| DrawTextOutline(IReadWriteBitmapData, Pen, FormattedText, PointF, DrawingOptions, ParallelConfig) | Draws the outline of a text represented by a FormattedText instance with the specified Pen. |
| DrawTextOutline(IReadWriteBitmapData, Pen, GlyphRun, PointF, DrawingOptions, ParallelConfig) | Draws the outline of a text represented by a GlyphRun instance with the specified Pen.. |
| DrawTextOutline(IReadWriteBitmapData, IAsyncContext, Color32, FormattedText, PointF, DrawingOptions) | Draws the one-pixel wide outline of a text represented by a FormattedText instance with the specified color, using a context that may belong to a higher level, possibly asynchronous operation. |
| DrawTextOutline(IReadWriteBitmapData, IAsyncContext, Color32, GlyphRun, PointF, DrawingOptions) | Draws the one-pixel wide outline of a text represented by a GlyphRun instance with the specified color, using a context that may belong to a higher level, possibly asynchronous operation. |
| DrawTextOutline(IReadWriteBitmapData, IAsyncContext, Pen, FormattedText, PointF, DrawingOptions) | Draws the outline of a text represented by a FormattedText instance with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation. |
| DrawTextOutline(IReadWriteBitmapData, IAsyncContext, Pen, GlyphRun, PointF, DrawingOptions) | Draws the outline of a text represented by a GlyphRun instance with the specified Pen, using a context that may belong to a higher level, possibly asynchronous operation. |