#pragma once #include typedef struct font_t { const char* fTable; uint16_t width; uint16_t height; uint16_t cSize; } font_t;