GdiFontLoader Class

An implementation of the IFontLoader interface that loads font bytes from the operating system using GDI+ and the Font class.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.Gdi.GdiFontLoader

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

Syntax

C#
public sealed class GdiFontLoader : IFontLoader
VB
Public NotInheritable Class GdiFontLoader
	Implements IFontLoader

The GdiFontLoader type exposes the following members.

Constructors

  NameDescription
Public methodGdiFontLoader
Initializes a new instance of the GdiFontLoader class

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLoad
Loads font bytes.
Public methodToString (Inherited from Object.)

See Also