Create a tool to migrate the old image fonts to a ttf font
I converted PVP resourcepack from 1.8 to 1.17.1 and used on 1.18.2. Don't tell me that resource pack must be corrupted, it's absolutely not. All not-English fonts are corrupted.
No you are absolutely right, there is no conversion between the old image system and ttf files.
Wish I had the pack they are using with the font, so I can test stuff.
There may have not been a change in the files, but changes with rendering ingame.
can you please give the pack, i have a assumption as to why it doesnt work
bump
I know why the font is broken and there is no need for a conversion to TTF as that would be too much work for this
It has to do with alpha pixels
Minecraft has a alpha threshold it supports before the font breaks (not alpha pixels used in the font, just stray ones)
Optifine ups this threshold
The fix would be to loop through the pixels of the image and remove any pixels with the alpha below the threshold