New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Pdf.Gdi.GdiPrivateFontCollection

Installs a collection of private fonts on the system and uninstalls them when disposed.

Inheritance Hierarchy

  • System.Object
  • Telerik.Pdf.Gdi.GdiPrivateFontCollection

Methods

AddFontFile

Adds filename to this private font collection.

Parameters

filename System.String

Absolute path to a TrueType font or collection.

Returns

System.Void

AddFontFile

Adds fontFile to this private font collection.

Parameters

fontFile System.IO.FileInfo

Absolute path to a TrueType font or collection.

Returns

System.Void

In this article