From d3202073a72b4ff0f98c29cdb096e2747dbaaae8 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 26 Sep 2024 23:02:13 +0300 Subject: FontCopy. --- API.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'API.md') diff --git a/API.md b/API.md index 761ab4d..d98251d 100644 --- a/API.md +++ b/API.md @@ -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 -- cgit v1.2.3