Skip to content

Commit 4c89d7f

Browse files
Update CJK fonts drawing example description
Removed mention of 'PdfCjkStandardFont' from the example description.
1 parent d178a88 commit 4c89d7f

File tree

1 file changed

+2
-2
lines changed
  • Document-Processing/PDF/PDF-Library/javascript

1 file changed

+2
-2
lines changed

Document-Processing/PDF/PDF-Library/javascript/Text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ document.destroy();
242242

243243
### Draw text using CJK fonts
244244

245-
This example demonstrates how to draw text using fonts in a PDF document by utilizing the `drawString` method of the `PdfGraphics` class along with a `PdfCjkStandardFont` instance. The fonts provide support for Chinese, Japanese, and Korean characters, ensuring accurate rendering of multilingual text in the document.
245+
This example demonstrates how to draw text using fonts in a PDF document by utilizing the `drawString` method of the `PdfGraphics` class. The fonts provide support for Chinese, Japanese, and Korean characters, ensuring accurate rendering of multilingual text in the document.
246246

247247
{% tabs %}
248248
{% highlight c# tabtitle="TypeScript" %}
@@ -426,4 +426,4 @@ document.save('Output.pdf');
426426
document.destroy();
427427

428428
{% endhighlight %}
429-
{% endtabs %}
429+
{% endtabs %}

0 commit comments

Comments
 (0)