memononen / fontstash

Light-weight online font texture atlas builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow unicode paths for loading fonts on windows.

mkassner opened this issue · comments

On windows a font that sits a path containing non ascii charaters fopen fails.

I m not sure what the best fix would be...

Looking at this thread: ocornut/imgui#917
Maybe something like this could work: https://github.com/Wohlstand/UTF8-fopen
If you get it working, would you mind making a pull request?