Table of Contents

Interface IFontLoader

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

Exposes method used to load font bytes from a generic source (operating system, directory, etc.)

public interface IFontLoader

Remarks

This interface is used to load font bytes when:

  • the font is not embedded in PDF document, or
  • the font is added to PDF document by using family name and style only

Methods

Load(string, bool, bool)

Loads font bytes.