From 7665cf4bc16a423d4cd98174853dcc36de08787e Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 1 Apr 2022 20:35:43 +0300 Subject: GuiIconText. --- API.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index 8be1399..a979af0 100644 --- a/API.md +++ b/API.md @@ -3882,6 +3882,15 @@ Color Bar Hue control --- +> text = RL_GuiIconText( int iconId, string text ) + +Get text with icon id prepended ( if supported ) + +- Failure return false +- Success return string + +--- + > success = RL_GuiDrawIcon( int iconId, Vector2 pos, int pixelSize, Color color ) Draw icon -- cgit v1.2.3