fix bug with compact font format font matrix reading and where endstream token is missed if immediately following 'e'

This commit is contained in:
Eliot Jones
2019-05-10 20:02:29 +01:00
parent 3396820d49
commit 03af28ed6d
3 changed files with 11 additions and 5 deletions

View File

@@ -304,7 +304,7 @@
endStreamPosition = 0;
endObjPosition = 0;
commonPartPosition = 0;
commonPartPosition = (inputBytes.CurrentByte == commonPart[0]) ? 1 : 0;
}
binaryWrite.Write(inputBytes.CurrentByte);