Document.FontSubstitutionHandler

Document.FontSubstitutionHandler delegate

表示将处理 FontSubstitution 事件的方法。

public delegate void FontSubstitutionHandler(Font oldFont, Font newFont);
范围类型描述
oldFontFont原始字体
newFontFont新字体

也可以看看