Get font info.

This commit is contained in:
jussi
2022-06-26 15:03:08 +03:00
parent 36baf4c122
commit 314d0412a5
24 changed files with 130 additions and 6 deletions

27
API.md
View File

@@ -3727,6 +3727,33 @@ Measure string size for Font
---
> baseSize = RL_GetFontBaseSize( Font font )
Get font baseSize
- Failure return false
- Success return int
---
> glyphCount = RL_GetFontGlyphCount( Font font )
Get font glyphCount
- Failure return false
- Success return int
---
> glyphPadding = RL_GetFontGlyphPadding( Font font )
Get font glyphPadding
- Failure return false
- Success return int
---
## Models - Basic
---