diff --git a/Raylib-cs/interop/Raylib.cs b/Raylib-cs/interop/Raylib.cs index fa1eb41..e0ace55 100644 --- a/Raylib-cs/interop/Raylib.cs +++ b/Raylib-cs/interop/Raylib.cs @@ -1987,9 +1987,9 @@ public static unsafe partial class Raylib int codepointCount ); - /// Check if a font is ready + /// Check if a font is valid (font data loaded, WARNING: GPU texture not checked) [DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)] - public static extern CBool IsFontReady(Font font); + public static extern CBool IsFontValid(Font font); /// Load font data for further use [DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]