summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2022-06-26 15:03:08 +0300
committerjussi2022-06-26 15:03:08 +0300
commit314d0412a53b8e012ec183c503a69cc32e24ab34 (patch)
tree1655be4b4a86f1712641301d673e22750ec7e8a6 /API.md
parent36baf4c1222aee409bb62be9770798bfa7fdd302 (diff)
downloadreilua-enhanced-314d0412a53b8e012ec183c503a69cc32e24ab34.tar.gz
reilua-enhanced-314d0412a53b8e012ec183c503a69cc32e24ab34.tar.bz2
reilua-enhanced-314d0412a53b8e012ec183c503a69cc32e24ab34.zip
Get font info.
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
---