Skip to content

Commit 3d1d74a

Browse files
committed
undo test
1 parent 58fa589 commit 3d1d74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MonoGame.Framework.Content.Pipeline/Utilities/FreeTypeAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ unsafe partial class FreeType
250250
[UnmanagedCallConv(CallConvs = [typeof(CallConvCdecl)])]
251251
public static partial int FT_Done_FreeType(FT_Library* library);
252252

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

0 commit comments

Comments
 (0)