1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Contracts
  6. /
  7. FontSubstitute

FontSubstitute class

Describes substitution for missing font.

public class FontSubstitute : ValueObject

Public Members

namedescription
static Create(…)Instantiate new font substitution pair.
OriginalFontName { get; }The original font name.
SubstituteFontName { get; }The substitute font name.

See Also