#pragma once #include struct font { uint32_t height; uint32_t width; char *bitmap; };