Document.FontSubstitutionHandler

Document.FontSubstitutionHandler delegate

Representa el método que manejará el evento FontSubstitution.

public delegate void FontSubstitutionHandler(Font oldFont, Font newFont);
ParámetroEscribeDescripción
oldFontFontfuente original
newFontFontnueva fuente

Ver también