Soreepeong / FFXIV-FontChanger

Apache License 2.0
43 stars 1 forks source link

"Add New" didn't work for me #9

Closed endervad closed 2 years ago

endervad commented 2 years ago

Here is ZIP with my config, fonts, and modified lobby_0_en.exd for testing: Default + Cyrillic (lobby).zip If you try to export with compressing while packing or without compression, the program will silently crash on "Resolving kerning pairs". If you try to export with compressing after packing, sometimes the program will crash on "Resolving kerning pairs" but after a bunch of attempts it succeeded for me. After importing to TexTools cyrillic glyphs were not added: (also here one of the AXIS fonts seems to be missing, there should be a version number) image image (and here one of Miedinger fonts is missing) image I know this issue is a bit identical to the one I've already opened in XivAlexander repo but in this case I've checked the adding method and compared it to the existing presets - I'm pretty sure the way I added is the same.

Soreepeong commented 2 years ago

This is the same problem with #6; apparently I haven't handled FreeType correctly yet. Will let you know when I get it right.

endervad commented 2 years ago

I see, I'm gonna try with DirectWrite then. By the way, I forgot to mention that I used the build from #6

Soreepeong commented 2 years ago

XivRes.FontGenerator64.zip

Try this one. I believe I found the underlying reason under this problem, and I can now confirm that character selection screen looks fine.

image image

endervad commented 2 years ago

It seems like it works perfectly fine now, thanks a lot :)