Namespace: BitMiracle.Docotic.Pdf
public sealed class SystemFontLoader : IFontLoader
Public NotInheritable Class SystemFontLoader Implements IFontLoader
The SystemFontLoader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Directories |
Exposes the enumerator for font directory names used by this loader.
|
![]() ![]() | Instance |
Returns the only instance of the SystemFontLoader.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Load |
Loads font bytes.
|
![]() | Reset |
Resets the font loader. The loader will re-read all font folders on the next attempt
to load a font.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
On all platforms this class looks into the folder returned by the Environment.GetFolderPath(Environment.SpecialFolder.Fonts) call.
On macOS, Linux, and FreeBSD platforms this class also looks into some other well-known folders. Check Directories property to get the full collection of used paths.