From 76424950e373d3b04ac3dd13019151bfba3e8423 Mon Sep 17 00:00:00 2001 From: sumuel Date: Mon, 17 Aug 2026 20:44:55 +0000 Subject: Add the files --- src/modules/font/font.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/modules/font/font.h (limited to 'src/modules/font/font.h') diff --git a/src/modules/font/font.h b/src/modules/font/font.h new file mode 100644 index 0000000..b793b9f --- /dev/null +++ b/src/modules/font/font.h @@ -0,0 +1,11 @@ +#pragma once + +#include "option.h" + +#define FF_FONT_MODULE_NAME "Font" + +bool ffPrintFont(FFFontOptions* options); +void ffInitFontOptions(FFFontOptions* options); +void ffDestroyFontOptions(FFFontOptions* options); + +extern FFModuleBaseInfo ffFontModuleInfo; -- cgit v1.2.3