https://github.com/kagiamamahina/customfont
Customize your Noita fonts.
https://github.com/kagiamamahina/customfont
cpp17 lua noita noita-mod noitagame
Last synced: about 1 year ago
JSON representation
Customize your Noita fonts.
- Host: GitHub
- URL: https://github.com/kagiamamahina/customfont
- Owner: KagiamamaHIna
- License: mit
- Created: 2025-03-28T13:15:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T03:58:42.000Z (about 1 year ago)
- Last Synced: 2025-04-13T04:34:15.131Z (about 1 year ago)
- Topics: cpp17, lua, noita, noita-mod, noitagame
- Language: Lua
- Homepage:
- Size: 12.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Font
Custom Font is a Noita mod that enables font customization in Noita, using the [FreeType](https://freetype.org/) 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](https://freetype.org/) 库渲染TTF等格式的字体
理论上支持任意语言,你也可以利用本模组附带的源代码为你的Noita提供更多字体!
从实现原理上看,它是构造了noita的字体bin文件和对应的位图,因此比xml形式的字体性能更好且能展现更多细节,但是不幸的是,noita对这种字体支持有许多的问题,因此也要做好可能出问题的心理准备