Micro font: moved BULLET char to rightful Unicode spot; restored ASTERISK
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3152 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 140 B After Width: | Height: | Size: 230 B |
Binary file not shown.
|
After Width: | Height: | Size: 140 B |
@@ -198,7 +198,7 @@ add_text (int status, TEXT *pTextIn)
|
|||||||
locText = *pTextIn;
|
locText = *pTextIn;
|
||||||
locText.baseline.x -= 8;
|
locText.baseline.x -= 8;
|
||||||
locText.CharCount = (COUNT)~0;
|
locText.CharCount = (COUNT)~0;
|
||||||
locText.pStr = "*";
|
locText.pStr = STR_BULLET;
|
||||||
font_DrawText (&locText);
|
font_DrawText (&locText);
|
||||||
|
|
||||||
locText = *pTextIn;
|
locText = *pTextIn;
|
||||||
|
|||||||
@@ -92,6 +92,8 @@ wchar_t toWideLower(wchar_t ch);
|
|||||||
#define STR_EARTH_SIGN "\xE2\x99\x81"
|
#define STR_EARTH_SIGN "\xE2\x99\x81"
|
||||||
#define WCHAR_MIDDLE_DOT 0x00b7
|
#define WCHAR_MIDDLE_DOT 0x00b7
|
||||||
#define STR_MIDDLE_DOT "\xC2\xB7"
|
#define STR_MIDDLE_DOT "\xC2\xB7"
|
||||||
|
#define WCHAR_BULLET 0x2022
|
||||||
|
#define STR_BULLET "\xE2\x80\xA2"
|
||||||
|
|
||||||
#endif /* _STRLIB_H */
|
#endif /* _STRLIB_H */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user