Gorgon
Show / Hide Table of Contents

Namespace Gorgon.Graphics.Fonts

Classes

GorgonFont

A font used to render text data.

GorgonFontFactory

A factory used to create, read, and cache font data.

GorgonFontInfo

Provides information used to create a new GorgonFont.

GorgonGlyph

A glyph used to define a character in a GorgonFont.

GorgonGlyphBrush

A brush used to paint the glyphs when generating a font.

GorgonGlyphCollection

A collection of glyphs for a GorgonFont.

GorgonGlyphHatchBrush

A brush used to draw glyphs using a hatching patterns.

GorgonGlyphLinearGradientBrush

A brush used to draw glyphs using a linear gradient value.

GorgonGlyphPathGradientBrush

A brush that paints the font glyphs using a gradient that follows a specific path.

GorgonGlyphSolidBrush

A brush used to draw glyphs using a solid fill color.

GorgonGlyphTextureBrush

A brush used to draw glyphs using a texture.

GorgonTextFormat

Functionality for formatting text using a GorgonFont.

Structs

GorgonGlyphBrushInterpolator

An interpolation value used to weight the color blending in a gradient brush.

GorgonKerningPair

A kerning pair value.

Interfaces

IGorgonFontInfo

Provides information used to create a new GorgonFont.

Enums

FontAntiAliasMode

Anti-aliasing modes for the font.

FontHeightMode

Font height mode.

FontStyle

Font style.

FontTextureCompression

The type of compression to apply to font textures.

GlyphBrushHatchStyle

The patterns used to draw the glyphs.

GlyphBrushType

The type of glyph brush to use when painting the glyphs for the font.

GlyphBrushWrapMode

Defines how to draw the GorgonGlyphTextureBrush, or GorgonGlyphPathGradientBrush if the paint area is larger than the texture region.

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