mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-04 21:29:18 -05:00
REVIEWED: ALL styles to support ISO-8859-15 charset (as much as possible)
This commit is contained in:
1
styles/jungle/charset.txt
Normal file
1
styles/jungle/charset.txt
Normal file
@ -0,0 +1 @@
|
||||
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~¡¢£€¥Š§š©ª«¬®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 56 KiB |
@ -2,7 +2,7 @@
|
||||
// //
|
||||
// StyleAsCode exporter v2.0 - Style data exported as a values array //
|
||||
// //
|
||||
// USAGE: On init call: GuiLoadStyleJungle(); //
|
||||
// USAGE: On init call: GuiLoadStyleJungle(); //
|
||||
// //
|
||||
// more info and bugs-report: github.com/raysan5/raygui //
|
||||
// feedback and support: ray[at]raylibtech.com //
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
@ -2,12 +2,12 @@
|
||||
# rgs style text file (v4.0) - raygui style file generated using rGuiStyler
|
||||
#
|
||||
# Provided info:
|
||||
# f fontGenSize fontSpacing "fontFileName"
|
||||
# f fontGenSize charsetFileName fontFileName
|
||||
# p <controlId> <propertyId> <propertyValue> Property description
|
||||
#
|
||||
# WARNING: This style uses a custom font, must be provided with style file
|
||||
#
|
||||
f 12 0 Pixel Intv.otf
|
||||
f 12 charset.txt Pixel Intv.otf
|
||||
p 00 00 0x60827dff DEFAULT_BORDER_COLOR_NORMAL
|
||||
p 00 01 0x2c3334ff DEFAULT_BASE_COLOR_NORMAL
|
||||
p 00 02 0x82a29fff DEFAULT_TEXT_COLOR_NORMAL
|
||||
|
||||
Reference in New Issue
Block a user