API Reference

Class

PdfFontFamilySubstitution

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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

Constructors

public PdfFontFamilySubstitution(String sourceFontFamily, String targetFontFamily, PdfFontFamilySubstitutionImpact impact) #

Creates a font-family substitution.

Parameters

sourceFontFamily System.String requiredposition: 0
Source family declared by the input document.
targetFontFamily System.String requiredposition: 1
Registered embedded family used in generated PDF text.
impact OfficeIMO.Pdf.PdfFontFamilySubstitutionImpact requiredposition: 2
Expected layout impact of the substitution.

Properties

public String SourceFontFamily { get; } #

Source family declared by the input document.

public String TargetFontFamily { get; } #

Registered embedded family used in generated PDF text.

public PdfFontFamilySubstitutionImpact Impact { get; } #

Expected layout impact of the substitution.