From 314d0412a53b8e012ec183c503a69cc32e24ab34 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 26 Jun 2022 15:03:08 +0300 Subject: Get font info. --- API.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'API.md') 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 --- -- cgit v1.2.3