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

Focus pr on explicit type and util changes

This commit is contained in:
Rgebee 2025-09-17 19:16:39 +01:00
commit be91fe9120
15 changed files with 18 additions and 856 deletions

View file

@ -90,8 +90,4 @@ public unsafe struct Font
/// Glyphs info data
/// </summary>
public GlyphInfo* Glyphs;
public readonly CBool IsValid => Raylib.IsFontValid(this);
public static Font Default => Raylib.GetFontDefault();
}