summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/API.md b/API.md
index 0312aae..ce8dc0f 100644
--- a/API.md
+++ b/API.md
@@ -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
---