Gorgon
Show / Hide Table of Contents

Enum FontTextureCompression

The type of compression to apply to font textures.

Namespace: Gorgon.Graphics.Fonts
Assembly: Gorgon.Graphics.Fonts.dll
Syntax
public enum FontTextureCompression

Fields

Name Description
Fast

Fast compression, lower quality.

None

No compression.

Quality

Slow compression, higher quality.

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