WIP: text import

This commit is contained in:
2025-05-26 03:12:03 +03:00
parent d508f0ab35
commit 295b079dab
12 changed files with 458 additions and 36 deletions

View File

@@ -51,7 +51,7 @@ namespace McBitFont {
comments.Add("font_header_map",
"// Font header map:\n" +
"// packed; // Flag for packed font" +
"// packed; // Flag for packed font\n" +
"// width; // Font width in pixels (0 - variable width)\n" +
"// height; // Font height in pixels\n" +
"// space; // Font space in pixels\n" +