DocumentAddFont(StandardCJKFont) Method
Adds a standard CJK font to the collection.
If the font was already added the method returns the existing font.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public PdfFont AddFont(
StandardCJKFont stdCJKFont
)
Public Function AddFont (
stdCJKFont As StandardCJKFont
) As PdfFont
- stdCJKFont StandardCJKFont
- The standard CJK font to add to the document fonts collection.
PdfFontThe CJK font added to the collection.