Custom Font is a Noita mod that enables font customization in Noita, using the FreeType library to render TTF and other font formats.
In theory, it supports any language. You can also use the included source code to add more fonts to your Noita!
From the perspective of implementation principles, it constructs Noita's font bin file and the corresponding bitmap. As a result, it offers better performance than XML-based fonts and can display more details. However, unfortunately, Noita has many issues with supporting this type of font, so be prepared for potential problems.
Custom Font是一个Noita模组,可以用于提供Noita的字体自定义,使用 FreeType 库渲染TTF等格式的字体
理论上支持任意语言,你也可以利用本模组附带的源代码为你的Noita提供更多字体!
从实现原理上看,它是构造了noita的字体bin文件和对应的位图,因此比xml形式的字体性能更好且能展现更多细节,但是不幸的是,noita对这种字体支持有许多的问题,因此也要做好可能出问题的心理准备