API Reference
Class
PdfFontFamilySubstitution
Maps a source document font family to an embedded PDF family with an explicit layout-impact contract.
Inheritance
- Object
- PdfFontFamilySubstitution
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfOptions.FontFamilySubstitutions
Constructors
public PdfFontFamilySubstitution(String sourceFontFamily, String targetFontFamily, PdfFontFamilySubstitutionImpact impact) #Creates a font-family substitution.
Parameters
- sourceFontFamily System.String
- Source family declared by the input document.
- targetFontFamily System.String
- Registered embedded family used in generated PDF text.
- impact OfficeIMO.Pdf.PdfFontFamilySubstitutionImpact
- Expected layout impact of the substitution.