From 264710f0288df841f33cd74c2661bb912113b9a1 Mon Sep 17 00:00:00 2001 From: vk-github18 Date: Thu, 15 Sep 2022 21:52:47 +0200 Subject: [PATCH] Corrections --- .../lowagie/examples/fonts/GlyphLayoutDocumentBidiPerFont.java | 1 + 1 file changed, 1 insertion(+) diff --git a/pdf-toolbox/src/test/java/com/lowagie/examples/fonts/GlyphLayoutDocumentBidiPerFont.java b/pdf-toolbox/src/test/java/com/lowagie/examples/fonts/GlyphLayoutDocumentBidiPerFont.java index c5cc71fc8..052cd32c0 100644 --- a/pdf-toolbox/src/test/java/com/lowagie/examples/fonts/GlyphLayoutDocumentBidiPerFont.java +++ b/pdf-toolbox/src/test/java/com/lowagie/examples/fonts/GlyphLayoutDocumentBidiPerFont.java @@ -26,6 +26,7 @@ /** * Prints bidirectional text with correct glyph layout, kerning and ligatures globally enabled + * Direction can be chosen per font */ public class GlyphLayoutDocumentBidiPerFont {