Class GlyphMissingException
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
codePointCodePointThe code point for the glyph we where unable to find.