We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前汉化补丁的字库不足,而且是将每个字的位置硬编码到代码中。
可以改用directFont的读取本地字体方案(实现起来较难)或者是使用类似Minecraft原理的将字库按Unicode顺序存入多个图片文件,只需要按照一定算法就知道字符的坐标了(提一嘴,这样做虽然要在内存中存储很多的这类字符,但对现在的电脑来说压根不是事)
The text was updated successfully, but these errors were encountered:
ed18f37 以前做过读取字体的方案,因为渲染效果不如PS所以没有采用
Sorry, something went wrong.
或者是拓展一下字库?
No branches or pull requests
目前汉化补丁的字库不足,而且是将每个字的位置硬编码到代码中。
可以改用directFont的读取本地字体方案(实现起来较难)或者是使用类似Minecraft原理的将字库按Unicode顺序存入多个图片文件,只需要按照一定算法就知道字符的坐标了(提一嘴,这样做虽然要在内存中存储很多的这类字符,但对现在的电脑来说压根不是事)
The text was updated successfully, but these errors were encountered: