Hey guys, is there any nice freetype JNI binding?
# gamedev
m
Hey guys, is there any nice freetype JNI binding?
h
m
@Hanno I've been using stb for a few years, but freetype is, as the author said, an industry standard e.g. in gamedev UDK uses it. Anyway, it is much more advanced than stb 🙂, not only with glyphic metrics, but also with supported font formats. And that's pretty sad that there is lack of binding that works fine on jvm.
h
Tbh i have no detailled knowledge about the topic yet, but i stumbled about it and the ticket few months ago. Maybe there are more people like you, make a post at the ticket and maybe lwjgl, will add it nowadays, i love their bindings and they have a lot of them nowadays.
j
LibGDX has a Freetype binding of some sort - I'm not sure how complete it is, and not sure how easy it would be to disentangle from LibGDX coupling, but it exists: https://github.com/libgdx/libgdx/tree/master/extensions/gdx-freetype
e
it works for me on linux but I had some troubles getting it to work on windows
may want to redo that without the rest of the javacpp presets anyway