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