| DrawTextOutlineAsync(IReadWriteBitmapData, Color32, FormattedText, PointF, DrawingOptions, TaskConfig) | Draws the one-pixel wide outline of a text represented by a FormattedText instance with the specified color asynchronously. |
| DrawTextOutlineAsync(IReadWriteBitmapData, Color32, GlyphRun, PointF, DrawingOptions, TaskConfig) | Draws the one-pixel wide outline of a text represented by a GlyphRun instance with the specified color asynchronously. |
| DrawTextOutlineAsync(IReadWriteBitmapData, Pen, FormattedText, PointF, DrawingOptions, TaskConfig) | Draws the outline of a text represented by a FormattedText instance with the specified Pen asynchronously. |
| DrawTextOutlineAsync(IReadWriteBitmapData, Pen, GlyphRun, PointF, DrawingOptions, TaskConfig) | Draws the outline of a text represented by a GlyphRun instance with the specified Pen asynchronously. |