mirror of
https://github.com/raysan5/raygui.git
synced 2026-01-30 10:49:19 -05:00
single letter typo (#391)
This commit is contained in:
@ -563,7 +563,7 @@ typedef enum {
|
|||||||
TEXT_ALIGNMENT_VERTICAL, // Text vertical alignment inside text bounds (after border and padding)
|
TEXT_ALIGNMENT_VERTICAL, // Text vertical alignment inside text bounds (after border and padding)
|
||||||
TEXT_WRAP_MODE // Text wrap-mode inside text bounds
|
TEXT_WRAP_MODE // Text wrap-mode inside text bounds
|
||||||
//TEXT_DECORATION // Text decoration: 0-None, 1-Underline, 2-Line-through, 3-Overline
|
//TEXT_DECORATION // Text decoration: 0-None, 1-Underline, 2-Line-through, 3-Overline
|
||||||
//TEXT_DECORATION_THICK // Text decoration line thikness
|
//TEXT_DECORATION_THICK // Text decoration line thickness
|
||||||
} GuiDefaultProperty;
|
} GuiDefaultProperty;
|
||||||
|
|
||||||
// Other possible text properties:
|
// Other possible text properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user