kopia lustrzana https://github.com/pimoroni/pimoroni-pico
fonts need cstdint
rodzic
302d6ae0eb
commit
67df015bfe
|
@ -1,6 +1,7 @@
|
|||
#include <map>
|
||||
#include <string>
|
||||
#include <functional>
|
||||
#include <cstdint>
|
||||
|
||||
namespace hershey {
|
||||
struct font_glyph_t {
|
||||
|
@ -50,4 +51,4 @@ namespace hershey {
|
|||
|
||||
bool has_font(std::string_view font);
|
||||
const font_t* font(std::string_view font);
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue