File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
layout/src/main/java/com/itextpdf/layout/renderer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1213,8 +1213,8 @@ public float getTabAnchorCharacterPosition() {
1213
1213
* for the overflow part. So if one wants to extend {@link TextRenderer}, one should override
1214
1214
* this method: otherwise the default method will be used and thus the default rather than the custom
1215
1215
* 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.
1218
1218
* @return new renderer instance
1219
1219
*/
1220
1220
@ Override
You can’t perform that action at this time.
0 commit comments