Commit f53c3d9f authored by Oleg Korshul's avatar Oleg Korshul Committed by GitHub

Merge pull request #51 from ONLYOFFICE/feature/pre5.0.4

pdf reader bug
parents b0f0f656 e1340c63
......@@ -158,6 +158,8 @@ namespace PdfReader
}
else
{
if (!seName)
seName = new StringExt("");
// TO DO: Error "Unknown font type"
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