IsFontReady renamed
This commit is contained in:
parent
8719c30d1e
commit
867f66d8c3
1 changed files with 2 additions and 2 deletions
|
|
@ -1987,9 +1987,9 @@ public static unsafe partial class Raylib
|
|||
int codepointCount
|
||||
);
|
||||
|
||||
/// <summary>Check if a font is ready</summary>
|
||||
/// <summary>Check if a font is valid (font data loaded, WARNING: GPU texture not checked)</summary>
|
||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern CBool IsFontReady(Font font);
|
||||
public static extern CBool IsFontValid(Font font);
|
||||
|
||||
/// <summary>Load font data for further use</summary>
|
||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue