#pragma once
#include "Type/types.hpp"
namespace JabyEngine {
struct FontWriter {
static void setup(const FontBufferInfo& buffer_info, const SimpleTIM& vram_dst, const FontInfo& font_info);
static void render();
};
}
Powered by TurnKey Linux.