FontCollectionAdd(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: 20.0.0
public PdfFont Add(
StandardCJKFont stdCJKFont
)
- stdCJKFont StandardCJKFont
- The standard CJK font to add to the document fonts collection.
PdfFontThe CJK font added to the collection.