Enum TextDrawMode
Determines how text should be rendered.
Namespace: Gorgon.Renderers
Assembly: Gorgon.Renderers.Gorgon2D.dll
Syntax
public enum TextDrawMode
Fields
Name | Description |
---|---|
GlyphsOnly | Draw the glyphs only. |
OutlineOnly | Draw the outlines only. This is only supported when the GorgonFont has an outline. |
OutlinedGlyphs | Draw both the glyphs and the outlines. This is only supported when the GorgonFont has an outline. |