Enum GlyphBrushType
The type of glyph brush to use when painting the glyphs for the font.
Namespace: Gorgon.Graphics.Fonts
Assembly: Gorgon.Graphics.Fonts.dll
Syntax
public enum GlyphBrushType
Fields
Name | Description |
---|---|
Hatched | Hatch pattern. |
LinearGradient | Linear gradient colors. |
PathGradient | Path gradient colors. |
Solid | A solid color. |
Texture | Texture. |