Update README.md

This commit is contained in:
Ray
2019-08-25 13:05:15 +02:00
committed by GitHub
parent 37730e1885
commit 0a3809be9c

View File

@ -1,10 +1,10 @@
## raygui styles
`raygui` comes with 8 custom styles carefully designed for the best visual experience. Those styles complement internal [default style](default), always available by raygui. They have been created using [rGuiStyler](https://raylibtech.itch.io/rguistyler) tool.
`raygui` comes with **8 custom styles** carefully designed for the best visual experience. Those styles have been created using [rGuiStyler](https://raylibtech.itch.io/rguistyler) tool and they complement internal [default style](default), always available by `raygui`.
To use those styles with your `raygui` development, just need to call `GuiLoadStyle()` at initialization, passing the `.rgs` file to load. Note that most of those styles depend on custom fonts that must be available together with the `.rgs` file.
To use those styles with your `raygui` development, just need to call `GuiLoadStyle()` function at initialization, passing the `.rgs` file to load. Note that most of those styles depend on custom fonts that must be available together with the `.rgs` file.
Here it is a quick view of those styles, you can navigate to each directory for additional information.
Here it is a quick overview of those styles, you can navigate to each directory for additional information.
#### style: [default](default)
![default style](default/style_table.png)