CFontProvider Class |
Namespace: ComPDF.PDFGeneration
public class CFontProvider : IDisposable
The CFontProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| CFontProvider |
Initializes a new instance of the CFontProvider class
|
| Name | Description | |
|---|---|---|
| AddDirectory |
Adds all fonts from the specified directory
| |
| AddFont(Byte) |
Adds a font from byte array data
| |
| AddFont(String) |
Adds a font from the specified file path
| |
| AddSystemFonts |
Adds system fonts from common system font directories
| |
| Dispose |
Releases the resources used by the CFontProvider
| |
| IsValid |
Checks if the font provider is valid
|