Click or drag to resize

CFontProvider Class

Provides font management functionality for PDF generation
Inheritance Hierarchy
SystemObject
  ComPDF.PDFGenerationCFontProvider

Namespace:  ComPDF.PDFGeneration
Assembly:  ComPDFGeneration (in ComPDFGeneration.dll) Version: 1.0.0+340720369ae98791af8dd72f985ee6534adad5e3
Syntax
C#
public class CFontProvider : IDisposable

The CFontProvider type exposes the following members.

Constructors
  NameDescription
Public methodCFontProvider
Initializes a new instance of the CFontProvider class
Top
Methods
  NameDescription
Public methodAddDirectory
Adds all fonts from the specified directory
Public methodAddFont(Byte)
Adds a font from byte array data
Public methodAddFont(String)
Adds a font from the specified file path
Public methodAddSystemFonts
Adds system fonts from common system font directories
Public methodDispose
Releases the resources used by the CFontProvider
Public methodIsValid
Checks if the font provider is valid
Top
See Also