From 9907803626d02a67791b7128127f09caf23a8c4d Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 11 Sep 2023 18:54:10 +0200 Subject: [PATCH] Update raygui.h --- src/raygui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/raygui.h b/src/raygui.h index c24eda8..b64a1f8 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -141,11 +141,12 @@ * Draw text bounds rectangles for debug * * VERSIONS HISTORY: -* 4.0 (10-Sep-2023) ADDED: GuiToggleSlider() +* 4.0 (12-Sep-2023) ADDED: GuiToggleSlider() * ADDED: GuiColorPickerHSV() and GuiColorPanelHSV() * ADDED: Multiple new icons, mostly compiler related * ADDED: New DEFAULT properties: TEXT_LINE_SPACING, TEXT_ALIGNMENT_VERTICAL, TEXT_WRAP_MODE * ADDED: New enum values: GuiTextAlignment, GuiTextAlignmentVertical, GuiTextWrapMode +* ADDED: Support loading styles with custom font charset from external file * REDESIGNED: GuiTextBox(), support mouse cursor positioning * REDESIGNED: GuiDrawText(), support multiline and word-wrap modes (read only) * REDESIGNED: GuiProgressBar() to be more visual, progress affects border color