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 : IGlyphRenderer
Methods
| Edit this page 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. |