Skip to content

Commit 0afef32

Browse files
Update vertical-writing TODO comment to more relevant ticket
DEVSIX-31
1 parent 12f9056 commit 0afef32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/main/java/com/itextpdf/kernel/font/PdfType0Font.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ protected PdfDictionary getCidFont(PdfDictionary fontDescriptor, String fontName
829829
cidFont.put(PdfName.W, widthsArray);
830830
}
831831
} else {
832-
//The implementation should be realized in DEVSIX-2730
832+
// TODO DEVSIX-31
833833
Logger logger = LoggerFactory.getLogger(PdfType0Font.class);
834834
logger.warn("Vertical writing has not been implemented yet.");
835835
}

0 commit comments

Comments
 (0)