Skip to content

Commit d178a88

Browse files
committed
998244-ug: Resolved CI failures.
1 parent e9e554f commit d178a88

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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. CJK 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 along with a `PdfCjkStandardFont` instance. 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" %}

0 commit comments

Comments
 (0)