diff options
| author | jussi | 2024-09-26 23:02:13 +0300 |
|---|---|---|
| committer | jussi | 2024-09-26 23:02:13 +0300 |
| commit | d3202073a72b4ff0f98c29cdb096e2747dbaaae8 (patch) | |
| tree | cbab46cfe511676f513911befef96e0053a76649 /API.md | |
| parent | 45e11be96a7503a0cfe29bbbcc8d885d81ab9591 (diff) | |
| download | reilua-enhanced-d3202073a72b4ff0f98c29cdb096e2747dbaaae8.tar.gz reilua-enhanced-d3202073a72b4ff0f98c29cdb096e2747dbaaae8.tar.bz2 reilua-enhanced-d3202073a72b4ff0f98c29cdb096e2747dbaaae8.zip | |
FontCopy.
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -6830,6 +6830,14 @@ Load Font from data --- +> font = RL.FontCopy( Font font ) + +Load font copy as new userdata + +- Success return Font + +--- + > isReady = RL.IsFontReady( Font font ) Check if a font is ready @@ -9395,7 +9403,7 @@ Set gui custom font (global state) > font = RL.GuiGetFont() -Get gui custom font (global state). Return as lightuserdata +Get gui font (global state). Return as lightuserdata - Success return Font |
