Skip to content

Commit

Permalink
undo test
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-cpp committed Nov 21, 2024
1 parent 58fa589 commit 3d1d74a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ unsafe partial class FreeType
[UnmanagedCallConv(CallConvs = [typeof(CallConvCdecl)])]
public static partial int FT_Done_FreeType(FT_Library* library);

[LibraryImport(Library, StringMarshalling = StringMarshalling.Utf16)]
[LibraryImport(Library, StringMarshalling = StringMarshalling.Utf8)]
[UnmanagedCallConv(CallConvs = [typeof(CallConvCdecl)])]
public static partial int FT_New_Face(FT_Library* library, string filepathname, long face_index, out FT_Face* aface);

Expand Down

0 comments on commit 3d1d74a

Please sign in to comment.