Table of Contents

Class GlyphMissingException

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Exception for detailing missing font families.

public class GlyphMissingException : FontException, ISerializable
Inheritance
GlyphMissingException
Implements
Inherited Members

Constructors

GlyphMissingException(CodePoint)

Initializes a new instance of the GlyphMissingException class.

public GlyphMissingException(CodePoint codePoint)

Parameters

codePoint CodePoint

The code point for the glyph we where unable to find.

See Also