Table of Contents

Namespace MLEM.Font

Classes

GenericFont

Represents a font with additional abilities. GenericSpriteFont

GenericSpriteFont

Represents a font with additional abilities. GenericSpriteFont

Structs

CodePointSource

A code point source is a wrapper around a string or StringBuilder that allows retrieving UTF-32 code points at a given index using GetCodePoint(int, bool). Additionally, it allows enumerating every code point in the underlying string or StringBuilder. This class also contains ToString(int), which converts a code point into its string representation, but caches the result to avoid allocating excess memory.