ソースを参照

Update raygui.h

Ray 2 年 前
コミット
9907803626
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/raygui.h

+ 2 - 1
src/raygui.h

@@ -141,11 +141,12 @@
 *           Draw text bounds rectangles for debug
 *           Draw text bounds rectangles for debug
 *
 *
 *   VERSIONS HISTORY:
 *   VERSIONS HISTORY:
-*       4.0 (10-Sep-2023) ADDED: GuiToggleSlider()
+*       4.0 (12-Sep-2023) ADDED: GuiToggleSlider()
 *                         ADDED: GuiColorPickerHSV() and GuiColorPanelHSV()
 *                         ADDED: GuiColorPickerHSV() and GuiColorPanelHSV()
 *                         ADDED: Multiple new icons, mostly compiler related
 *                         ADDED: Multiple new icons, mostly compiler related
 *                         ADDED: New DEFAULT properties: TEXT_LINE_SPACING, TEXT_ALIGNMENT_VERTICAL, TEXT_WRAP_MODE
 *                         ADDED: New DEFAULT properties: TEXT_LINE_SPACING, TEXT_ALIGNMENT_VERTICAL, TEXT_WRAP_MODE
 *                         ADDED: New enum values: GuiTextAlignment, GuiTextAlignmentVertical, GuiTextWrapMode
 *                         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: GuiTextBox(), support mouse cursor positioning
 *                         REDESIGNED: GuiDrawText(), support multiline and word-wrap modes (read only)
 *                         REDESIGNED: GuiDrawText(), support multiline and word-wrap modes (read only)
 *                         REDESIGNED: GuiProgressBar() to be more visual, progress affects border color
 *                         REDESIGNED: GuiProgressBar() to be more visual, progress affects border color