We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd866b3 commit b6a4376Copy full SHA for b6a4376
itext/itext.io/itext/io/font/AdobeGlyphList.cs
@@ -58,8 +58,7 @@ static AdobeGlyphList() {
58
try {
59
resource = ResourceUtil.GetResourceStream(FontResources.ADOBE_GLYPH_LIST);
60
if (resource == null) {
61
- String msg = "AdobeGlyphList.txt not found as resource. (It must exist as resource in the package com.itextpdf.text.pdf.fonts)";
62
- throw new Exception(msg);
+ throw new Exception(FontResources.ADOBE_GLYPH_LIST + " not found as resource.");
63
}
64
byte[] buf = new byte[1024];
65
MemoryStream stream = new MemoryStream();
port-hash
@@ -1 +1 @@
1
-96ded25416b052613b885ba49e0daac60131abe6
+0d6e4fe6d4c97c58a42604b5e41ee9d50b9d1d48
0 commit comments