From 38839e4aa1d567fe371ac9eed7eeb8ab3737430b Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 11 Sep 2023 12:51:37 +0200 Subject: [PATCH 1/2] Update README.md --- styles/jungle/README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/styles/jungle/README.md b/styles/jungle/README.md index 8c6ead1..b9891b4 100644 --- a/styles/jungle/README.md +++ b/styles/jungle/README.md @@ -1,16 +1,24 @@ -style: jungle --------------- +## style: jungle + Sunset in the jungle, trees do not let to see the last rays of sun on the horizon, small creek in the path, mug on the shoes, a touch of danger and the adventure feeling, get into your jeep and drive with this style. ![jungle style table](style_jungle.png) -screenshot ------------ +## style provided files + +| file name | description | +| :-------- | :---------- | +| `style_jungle.rgs` | Binary style file (raygui 4.0), font data compressed (recs, glyphs) | +| `style_jungle.old.rgs` | Binary style file (raygui 3.x), font data uncompressed (recs, glyphs) | +| `style_jungle.h` | Embeddable style as code file, self-contained, includes font data | +| `style_jungle.png` | Style table image, contains `rGSf` chunk with binary `rgs` file data | + +## screenshot ![jungle style screen](screenshot.png) -about font ------------ +## about font + "Pixel Intv" font by [Pixel Sagas](http://www.pixelsagas.com) (Neale and Shayna Davidson). 100% free font, downloaded from dafont.com: [pixel-intv](https://www.dafont.com/pixel-intv.font) From ec688eced327614a934c68a6b953e241cd4d2f9b Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 11 Sep 2023 12:54:10 +0200 Subject: [PATCH 2/2] Update README.md --- styles/jungle/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/jungle/README.md b/styles/jungle/README.md index b9891b4..da97773 100644 --- a/styles/jungle/README.md +++ b/styles/jungle/README.md @@ -4,11 +4,14 @@ Sunset in the jungle, trees do not let to see the last rays of sun on the horizo ![jungle style table](style_jungle.png) -## style provided files +## style: provided files + +Several options are provided to add the style to a `raygui` application, choose the one that better fits the project. | file name | description | | :-------- | :---------- | | `style_jungle.rgs` | Binary style file (raygui 4.0), font data compressed (recs, glyphs) | +| `style_jungle.txt.rgs` | Text style file, no font data, requires external font provided | | `style_jungle.old.rgs` | Binary style file (raygui 3.x), font data uncompressed (recs, glyphs) | | `style_jungle.h` | Embeddable style as code file, self-contained, includes font data | | `style_jungle.png` | Style table image, contains `rGSf` chunk with binary `rgs` file data |