Exposes method used to load font bytes from a generic source (operating system,
directory, etc.)
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public interface IFontLoader
VB
Public Interface IFontLoader
The IFontLoader type exposes the following members.
Methods
| Name | Description |
---|
 | Load |
Loads font bytes.
|
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
See Also