You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: io/src/main/java/com/itextpdf/io/LogMessageConstant.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,11 @@ public final class LogMessageConstant {
82
82
publicstaticfinalStringCOMB_FLAG_MAY_BE_SET_ONLY_IF_MAXLEN_IS_PRESENT = "The Comb flag may be set only if the MaxLen entry is present in the text field dictionary and if the Multiline, Password, and FileSelect flags are clear.";
83
83
publicstaticfinalStringCOULD_NOT_FIND_GLYPH_WITH_CODE = "Could not find glyph with the following code: {0}";
84
84
publicstaticfinalStringCREATED_ROOT_TAG_HAS_MAPPING = "Created root tag has role mapping: \"/Document\" role{0} is mapped{1}. Resulting tag structure might have invalid root tag.";
85
+
publicstaticfinalStringCREATE_COPY_SHOULD_BE_OVERRIDDEN = "While processing an instance of TextRenderer, "
86
+
+ "iText uses createCopy() to create glyph lines of specific fonts, which represent its parts. "
87
+
+ "So if one extends TextRenderer, one should override createCopy, otherwise if FontSelector "
88
+
+ "related logic is triggered, copies of this TextRenderer will have the default behavior "
89
+
+ "rather than the custom one.";
85
90
publicstaticfinalStringDESTINATION_NOT_PERMITTED_WHEN_ACTION_IS_SET = "Destinations are not permitted for link annotations that already have actions. The old action will be removed.";
86
91
publicstaticfinalStringDIRECTONLY_OBJECT_CANNOT_BE_INDIRECT = "DirectOnly object cannot be indirect";
87
92
publicstaticfinalStringDOCFONT_HAS_ILLEGAL_DIFFERENCES = "Document Font has illegal differences array. Entry {0} references a glyph ID over 255 and will be ignored.";
0 commit comments