Gorgon
Show / Hide Table of Contents

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.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author