Class GlyphMissingException
Exception for detailing missing font families.
Implements
Inherited Members
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public class GlyphMissingException : FontException, ISerializable
Constructors
| Edit this page View SourceGlyphMissingException(CodePoint)
Initializes a new instance of the GlyphMissingException class.
Declaration
public GlyphMissingException(CodePoint codePoint)
Parameters
Type | Name | Description |
---|---|---|
CodePoint | codePoint | The code point for the glyph we where unable to find. |