mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Add S with caron
This commit is contained in:
BIN
resources/g2/font/latin/s-caron-bold.png
Normal file
BIN
resources/g2/font/latin/s-caron-bold.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 183 B |
BIN
resources/g2/font/latin/s-caron-small.png
Normal file
BIN
resources/g2/font/latin/s-caron-small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 178 B |
BIN
resources/g2/font/latin/s-caron-tiny.png
Normal file
BIN
resources/g2/font/latin/s-caron-tiny.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 179 B |
BIN
resources/g2/font/latin/s-caron-uc-bold.png
Normal file
BIN
resources/g2/font/latin/s-caron-uc-bold.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 187 B |
BIN
resources/g2/font/latin/s-caron-uc-small.png
Normal file
BIN
resources/g2/font/latin/s-caron-uc-small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 182 B |
BIN
resources/g2/font/latin/s-caron-uc-tiny.png
Normal file
BIN
resources/g2/font/latin/s-caron-uc-tiny.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 173 B |
@@ -820,6 +820,18 @@
|
||||
"palette": "keep",
|
||||
"forceBmp": true
|
||||
},
|
||||
{
|
||||
"path": "font/latin/s-caron-uc-small.png",
|
||||
"y_offset": -1,
|
||||
"palette": "keep",
|
||||
"forceBmp": true
|
||||
},
|
||||
{
|
||||
"path": "font/latin/s-caron-small.png",
|
||||
"y_offset": 0,
|
||||
"palette": "keep",
|
||||
"forceBmp": true
|
||||
},
|
||||
{
|
||||
"path": "font/rouble-small.png",
|
||||
"y_offset": 0,
|
||||
@@ -1253,6 +1265,18 @@
|
||||
"palette": "keep",
|
||||
"forceBmp": true
|
||||
},
|
||||
{
|
||||
"path": "font/latin/s-caron-uc-bold.png",
|
||||
"y_offset": -1,
|
||||
"palette": "keep",
|
||||
"forceBmp": true
|
||||
},
|
||||
{
|
||||
"path": "font/latin/s-caron-bold.png",
|
||||
"y_offset": 0,
|
||||
"palette": "keep",
|
||||
"forceBmp": true
|
||||
},
|
||||
{
|
||||
"path": "font/rouble-bold.png",
|
||||
"y_offset": 0,
|
||||
@@ -1694,6 +1718,18 @@
|
||||
"palette": "keep",
|
||||
"forceBmp": true
|
||||
},
|
||||
{
|
||||
"path": "font/latin/s-caron-uc-tiny.png",
|
||||
"y_offset": -1,
|
||||
"palette": "keep",
|
||||
"forceBmp": true
|
||||
},
|
||||
{
|
||||
"path": "font/latin/s-caron-tiny.png",
|
||||
"y_offset": -1,
|
||||
"palette": "keep",
|
||||
"forceBmp": true
|
||||
},
|
||||
{
|
||||
"path": "font/rouble-tiny.png",
|
||||
"y_offset": 0,
|
||||
|
||||
@@ -67,6 +67,8 @@ static const std::map<char32_t, int32_t> codepointOffsetMap = {
|
||||
{ UnicodeChar::s_acute, CSChar::s_acute - CS_SPRITE_FONT_OFFSET },
|
||||
{ UnicodeChar::s_cedilla_uc, SPR_G2_S_CEDILLA_UPPER - SPR_CHAR_START },
|
||||
{ UnicodeChar::s_cedilla, SPR_G2_S_CEDILLA_LOWER - SPR_CHAR_START },
|
||||
{ UnicodeChar::s_caron_uc, SPR_G2_S_CARON_UPPER - SPR_CHAR_START },
|
||||
{ UnicodeChar::s_caron, SPR_G2_S_CARON_LOWER - SPR_CHAR_START },
|
||||
{ UnicodeChar::u_double_acute_uc, SPR_G2_U_DOUBLE_ACUTE_UPPER - SPR_CHAR_START },
|
||||
{ UnicodeChar::u_double_acute, SPR_G2_U_DOUBLE_ACUTE_LOWER - SPR_CHAR_START },
|
||||
{ UnicodeChar::z_acute_uc, CSChar::z_acute_uc - CS_SPRITE_FONT_OFFSET },
|
||||
|
||||
@@ -921,8 +921,10 @@ enum
|
||||
SPR_G2_N_CARON_LOWER = SPR_G2_CHAR_BEGIN + 75,
|
||||
SPR_G2_R_CARON_UPPER = SPR_G2_CHAR_BEGIN + 76,
|
||||
SPR_G2_R_CARON_LOWER = SPR_G2_CHAR_BEGIN + 77,
|
||||
|
||||
SPR_G2_ROUBLE_SIGN = SPR_G2_CHAR_BEGIN + 78,
|
||||
SPR_G2_S_CARON_UPPER = SPR_G2_CHAR_BEGIN + 78,
|
||||
SPR_G2_S_CARON_LOWER = SPR_G2_CHAR_BEGIN + 79,
|
||||
|
||||
SPR_G2_ROUBLE_SIGN = SPR_G2_CHAR_BEGIN + 80,
|
||||
SPR_G2_CHAR_END = SPR_G2_ROUBLE_SIGN,
|
||||
SPR_G2_GLYPH_COUNT = (SPR_G2_CHAR_END - SPR_G2_CHAR_BEGIN) + 1,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user