Focus pr on explicit type and util changes
This commit is contained in:
parent
205e602080
commit
be91fe9120
15 changed files with 18 additions and 856 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue