Class FontResolutionException
Thrown when a required font cannot be located or loaded and no fallback in the configured chain resolves.
public sealed class FontResolutionException : DocWrightException, ISerializable
- Inheritance
-
FontResolutionException
- Implements
- Inherited Members
Constructors
- FontResolutionException()
Initializes the exception.
- FontResolutionException(string)
Initializes the exception with a message.
- FontResolutionException(string, string?)
Initializes the exception with a message and the unresolvable family name.
- FontResolutionException(string, string?, Exception?)
Initializes the exception with a message, a family name and an inner exception.
Properties
- FontFamily
Gets the font family that could not be resolved, if known.