Loads a font from file.
[C#] XFont[] Load(string path)
XFont[] Load(string path)
The font is placed in the global font store and will be available to all ABCpdf .NET objects.
Do not remove the font file without first calling Unload on the font as objects may be relying on it.
None.