SystemFontLoader.Reset Method

Resets the font loader. The loader will re-read all font folders on the next attempt to load a font.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void Reset()
VB
Public Sub Reset

Remarks

Call this method after any of the font folders change.

You can use Directories property to know which font directories are used by this loader.

See Also