Skip to content

Commit

Permalink
Update CustomFontEmbedder.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2023y authored Dec 4, 2024
1 parent 99d5083 commit c041f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/embedders/CustomFontEmbedder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CustomFontEmbedder {
fontData: Uint8Array,
customName?: string,
fontFeatures?: TypeFeatures,
postscriptName? string,
postscriptName?: string,
) {
const font = await fontkit.create(fontData, postscriptName);
return new CustomFontEmbedder(font, fontData, customName, fontFeatures);
Expand Down

0 comments on commit c041f90

Please sign in to comment.