Document.FontSubstitutionHandler

Document.FontSubstitutionHandler delegate

Stellt die Methode dar, die das FontSubstitution-Ereignis behandelt.

public delegate void FontSubstitutionHandler(Font oldFont, Font newFont);
ParameterTypBeschreibung
oldFontFontursprüngliche Schriftart
newFontFontneue Schriftart

Siehe auch