Namespace: BitMiracle.Docotic.Pdf.Layout
public PdfDocumentBuilder FontLoader( IFontLoader fontLoader )
Public Function FontLoader ( fontLoader As IFontLoader ) As PdfDocumentBuilder
Exception | Condition |
---|---|
ArgumentNullException | fontLoader is null. |
By default, the library uses the static instance of SystemFontLoader.
The library uses font loader to get font bytes in the TextStyleWithFont(SystemFont, Nullable<FontEmbedMode>) method.