DocumentAddFont(StandardCJKFont) Method
Adds a standard CJK font to the collection.
If the font was already added the method returns the existing font.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.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.