Skip to content

Commit 11feb75

Browse files
ars18wrwiText-CI
authored andcommitted
Improve javadocs of TextRenderer
Link-tags are missing for some of the linked classes DEVSIX-5388 Autoported commit. Original commit hash: [e9ce2ffdb]
1 parent f8f2188 commit 11feb75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

itext/itext.layout/itext/layout/renderer/TextRenderer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,12 +1151,12 @@ public virtual float GetTabAnchorCharacterPosition() {
11511151
/// , one should override
11521152
/// this method: otherwise the default method will be used and thus the default rather than the custom
11531153
/// renderer will be created. Another method that should be overridden in case of
1154-
/// <TextRenderer/>
1154+
/// <see cref="TextRenderer"/>
11551155
/// 's extension is
11561156
/// <see cref="CreateCopy(iText.IO.Font.Otf.GlyphLine, iText.Kernel.Font.PdfFont)"/>
11571157
/// . This method is responsible
11581158
/// for creation of
1159-
/// <TextRenderer/>
1159+
/// <see cref="TextRenderer"/>
11601160
/// 's copies, which represent its parts of specific font.
11611161
/// </remarks>
11621162
/// <returns>new renderer instance</returns>

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0178a9fec02349bd28e49ef9c35a92ff9ad5c79a
1+
e9ce2ffdb4ae355b60312c7f66239cb4ff0d7b67

0 commit comments

Comments
 (0)