|  | 
| PdfDocumentAddFont Method (PdfStandardFont) | 
 
            Adds a standard font to the pdf fonts collection.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfFont AddFont(
	PdfStandardFont stdFont
)
Public Function AddFont ( 
	stdFont As PdfStandardFont
) As PdfFont
Parameters
- stdFont
- Type: SelectPdfPdfStandardFont
 The standard font family.
Return Value
Type: 
PdfFontThe pdf font added to the fonts collection.
 Remarks
Remarks
            If the font was already added, the method returns the existing pdf font. 
            
 See Also
See Also