gdx-freetype-gwt
gdx-freetype-gwt copied to clipboard
Freetype for gwt
`freetype.js` takes almost a mega byte. Investigate whether this can be improved or is a limitation of emscripten. Consider that the x86 natives jar (https://oss.sonatype.org/#nexus-search;gav~com.badlogicgames.gdx~gdx-freetype-platform~~~natives-x86) only takes ~400 KB. But...
I'll have to look into, whether it's possible to install this extension without modifying the gdx source. Besides that, everything should be pretty straightforward.
**build.gradle (:core)** implementation "com.github.intrigus.gdx-freetype-gwt:gdx-freetype-gwt:$gwtFreetypeVersion" _Just add this to the description (explanation) because I had to figure it out myself, thanks buddy._