Skip to content

Commit

Permalink
Fix encodingID capitalization typo (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjanes authored Nov 3, 2023
1 parent c54cf22 commit d9be0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opentype/tables/simple/cmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class cmap extends SimpleTable {
getSupportedEncodings() {
return this.encodingRecords.map((r) => ({
platformID: r.platformID,
encodingId: r.encodingID,
encodingID: r.encodingID,
}));
}

Expand Down

0 comments on commit d9be0ed

Please sign in to comment.