Delegate Document.FontSubstitutionHandler

Document.FontSubstitutionHandler delegate

Represents the method that will handle FontSubstitution event.

public delegate void FontSubstitutionHandler(Font oldFont, Font newFont);
ParameterTypeDescription
oldFontFontoriginal font
newFontFontnew font

See Also