You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a specific, good place to ask for help with specifics?
I want to try and port Tarpir, a RPG maker player for newer versions to the Vita, to hopefully run Pokemon Reborn... but it relies on fontconfig.
Without going into too much detail; from what I get off the fontconfig website, all it does is provide a unified way to look up fonts, right? So a small implementation of fontconfig that just knows where the Vita has it's fonts, would do the trick, right?
It also uses GL - which I assume will do just fine by linking against TinyGL ("/usr/local/vitasdk/arm-vita-eabi/lib/libTinyGL.a") and SDL2 (plus deps) respectively. But fontconfig has me halt, for now.
See https://github.com/vitasdk/vita-headers/wiki/Compiling-a-library-and-using-it-in-your-project
The text was updated successfully, but these errors were encountered: