Watch
2
0
Fork
You've already forked raylib-cs
0

Fix DrawTextPro and more whitespace

This commit is contained in:
Rgebee 2022-01-19 22:21:52 +00:00
commit accfbadf9a
2 changed files with 4 additions and 5 deletions

View file

@ -1416,7 +1416,7 @@ namespace Raylib_cs
/// <summary>Draw text using Font and pro parameters (rotation)</summary>
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern void DrawTextPro(Font font, sbyte* text, Vector2 position, float fontSize, float spacing, Color tint);
public static extern void DrawTextPro(Font font, sbyte* text, Vector2 position, Vector2 origin, float rotation, float fontSize, float spacing, Color tint);
/// <summary>Draw one character (codepoint)</summary>
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]