We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements made by commit b6d4653 in this file https://github.com/devongovett/fontkit/blob/f84809aafbcc720fd4a912e8624b14193217032b/src/opentype/GlyphInfo.js#L37-L41 causing an error when is defined this._font.GDEF but this._font.GDEF.glyphClassDef is null.
this._font.GDEF
this._font.GDEF.glyphClassDef
null
Is throw error: TypeError: Cannot read property 'version' of null
TypeError: Cannot read property 'version' of null
This bug was reported to pdfmake by @emanuelschuetze. Details in issue: bpampuch/pdfmake#818
The text was updated successfully, but these errors were encountered:
temporary bugfix for fontkit version 1.5.2 - issue foliojs/fontkit#66
b43f46b
+1 for this. Also running into the same issue.
Sorry, something went wrong.
Fixed by #72. Released in v1.5.3.
No branches or pull requests
Improvements made by commit b6d4653 in this file
https://github.com/devongovett/fontkit/blob/f84809aafbcc720fd4a912e8624b14193217032b/src/opentype/GlyphInfo.js#L37-L41 causing an error when is defined
this._font.GDEF
butthis._font.GDEF.glyphClassDef
isnull
.Is throw error:
TypeError: Cannot read property 'version' of null
This bug was reported to pdfmake by @emanuelschuetze. Details in issue: bpampuch/pdfmake#818
The text was updated successfully, but these errors were encountered: