Table of Contents

Property FallbackFontProvider

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

FallbackFontProvider

Gets or sets the fallback font provider.

public IFallbackFontProvider FallbackFontProvider { get; set; }

Property Value

IFallbackFontProvider

The fallback font provider to use.

Remarks

The fallback font provider can not be null. By default, the library uses the instance of DefaultFallbackFontProvider.

The library uses the fallback font provider only when the font is not embedded in the PDF document and FontLoader cannot load bytes for this font.