Interface IColorGlyphRenderer
A surface that can have a glyph rendered to it as a series of actions, where the engine support colored glyphs (emoji).
Inherited Members
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public interface IColorGlyphRenderer : IGlyphRendererMethods
| Improve this Doc View SourceSetColor(GlyphColor)
Sets the color to use for the current glyph.
Declaration
void SetColor(GlyphColor color)Parameters
| Type | Name | Description | 
|---|---|---|
| GlyphColor | color | The color to override the renders brush with. |