FontStashSharp / FontStashSharp

C# port of https://github.com/memononen/fontstash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeType renderer does not work under linux

Beyley opened this issue · comments

It always tries to load a non-existant library, which then fails then crashes out

Well, after some thoughts, I've moved whole FreeType renderer code to the CustomRasterizers sample. Moreover it'll work only under Windows.
Not the best way to address an issue, but a working one. :)

Well, after some thoughts, I've moved whole FreeType renderer code to the CustomRasterizers sample. Moreover it'll work only under Windows. Not the best way to address an issue, but a working one. :)

in that case ill try to get it working on both windows and linux then PR it in :^)
(only didnt do that before cus lazy)

after some extensive testing, i have determined that by removing the 6 after the library name, the library loader is smart enough to pick up on the linux system version, and for windows, you can just change the filename, so i guess ill PR my change