diff options
| author | jussi | 2022-06-26 15:03:08 +0300 |
|---|---|---|
| committer | jussi | 2022-06-26 15:03:08 +0300 |
| commit | 314d0412a53b8e012ec183c503a69cc32e24ab34 (patch) | |
| tree | 1655be4b4a86f1712641301d673e22750ec7e8a6 /API.md | |
| parent | 36baf4c1222aee409bb62be9770798bfa7fdd302 (diff) | |
| download | reilua-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.md | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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 --- |
