Adds a standard CJK font to the collection.
If the font was already added the method returns the existing font.
| C# | Visual Basic | Visual C++ |
public PdfFont AddFont( StandardCJKFont stdCJKFont )
Public Function AddFont ( _ stdCJKFont As StandardCJKFont _ ) As PdfFont
public: PdfFont^ AddFont( StandardCJKFont stdCJKFont )
- stdCJKFont (StandardCJKFont)
- The standard CJK font to add to the document fonts collection.
The CJK font added to the collection.