Class CffFontException

CffFontException class

Represents common processing related exception for fonts of CFF format.

public class CffFontException : FontException

Constructors

NameDescription
CffFontException()Initializes new CffFontException object.
CffFontException(string)Initializes new CffFontException object.
CffFontException(SerializationInfo, StreamingContext)Initializes new CffFontException object.
CffFontException(string, Exception)Initializes new CffFontException object.

See Also