Skip to content

Commit

Permalink
try something dumb :D
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-cpp committed Nov 21, 2024
1 parent 5c584d2 commit 433b33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MonoGame.Framework.Content.Pipeline/Utilities/FreeTypeAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ struct FT_SubGlyph
public ushort flags;
public int arg1;
public int arg2;
FT_Matrix transform;
FT_Matrix transform;
}

unsafe struct FT_Face
Expand Down 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.Utf8)]
[LibraryImport(Library, StringMarshalling = StringMarshalling.Utf16)]
[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 433b33c

Please sign in to comment.