类 CffParsingException

CffParsingException class

表示针对 cff 格式字体的解析异常。该异常可在字体解析过程中出现错误时抛出。

public class CffParsingException : CffFontException

构造函数

名称描述
CffParsingException()初始化新的 CffParsingException 对象。
CffParsingException(string)初始化新的 CffParsingException 对象。
CffParsingException(SerializationInfo, StreamingContext)初始化新的 CffParsingException 对象。
CffParsingException(string, Exception)初始化新的 CffParsingException 对象。

另见