Class GdiFontLoader
- Namespace
- BitMiracle.Docotic.Pdf.Gdi
- Assembly
- BitMiracle.Docotic.Pdf.Gdi.dll
An implementation of the IFontLoader interface that loads font bytes from the operating system using GDI+ and the Font class.
public sealed class GdiFontLoader : IFontLoader
- Inheritance
-
GdiFontLoader
- Implements
- Inherited Members
Constructors
- GdiFontLoader()
Initializes a new instance of the GdiFontLoader class.
Methods
- Load(string, bool, bool)
Loads font bytes from the operating system using GDI+ and the Font class.