Skip to content

Commit e9ce2ff

Browse files
committed
Improve javadocs of TextRenderer
Link-tags are missing for some of the linked classes DEVSIX-5388
1 parent 0178a9f commit e9ce2ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layout/src/main/java/com/itextpdf/layout/renderer/TextRenderer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,8 +1213,8 @@ public float getTabAnchorCharacterPosition() {
12131213
* for the overflow part. So if one wants to extend {@link TextRenderer}, one should override
12141214
* this method: otherwise the default method will be used and thus the default rather than the custom
12151215
* renderer will be created. Another method that should be overridden in case of
1216-
* {@TextRenderer}'s extension is {@link #createCopy(GlyphLine, PdfFont)}. This method is responsible
1217-
* for creation of {@TextRenderer}'s copies, which represent its parts of specific font.
1216+
* {@link TextRenderer}'s extension is {@link #createCopy(GlyphLine, PdfFont)}. This method is responsible
1217+
* for creation of {@link TextRenderer}'s copies, which represent its parts of specific font.
12181218
* @return new renderer instance
12191219
*/
12201220
@Override

0 commit comments

Comments
 (0)