Commit e1340c63 authored by Oleg Korshul's avatar Oleg Korshul

pdf reader bug

parent 4dae8f50
...@@ -158,6 +158,8 @@ namespace PdfReader ...@@ -158,6 +158,8 @@ namespace PdfReader
} }
else else
{ {
if (!seName)
seName = new StringExt("");
// TO DO: Error "Unknown font type" // TO DO: Error "Unknown font type"
pFont = new Gr8BitFont(pXref, sTag, oID, seName, fontUnknownType, pFontDict, pGlobalParams); pFont = new Gr8BitFont(pXref, sTag, oID, seName, fontUnknownType, pFontDict, pGlobalParams);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment