Skip to content

Commit

Permalink
Changes due to upgrade of Magick.Native
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 21, 2024
1 parent ea811e6 commit 0095af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/native-magick-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class NativeMagickSettings extends NativeInstance {
const fileName = Magick._getFontFileName(settings.font);

_withString(fileName, ptr => {
ImageMagick._api._MagickSettings_Font_Set(this._instance, ptr);
ImageMagick._api._MagickSettings_SetFont(this._instance, ptr);
});
}

Expand Down

0 comments on commit 0095af8

Please sign in to comment.