This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu/src/fonts/fonts.hpp

14 lines
353 B
C++
Raw Normal View History

2021-05-21 12:16:10 +02:00
#pragma once
2022-07-06 00:56:32 +08:00
extern const unsigned char font_storopia[89888];
extern const unsigned char font_icons[7880];
constexpr auto FONT_ICON_FRIEND = "A";
constexpr auto FONT_ICON_NOTFRIEND = "B";
2022-07-06 00:56:32 +08:00
constexpr auto FONT_ICON_CLIENT = "C";
constexpr auto FONT_ICON_HOST = "D";
2022-07-06 00:56:32 +08:00
constexpr auto FONT_ICON_VEHICLE = "E";
constexpr auto FONT_ICON_WALK = "F";