Slidez
Slidez copied to clipboard
Unknown entity 'freetypefontparameter'
I searched in the latest version of gdx-freetype.jar but did not find 'freetypefontparameter'.
https://github.com/libgdx/libgdx/blob/0d5021844c4f8e555f5ccb570ba3a07488c25dff/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/FreeTypeFontGenerator.java#L733
It is a nested static class within the FreeTypeFontGenerator
class found within the free type extension. You’ll notice in the main Application.java
file that I reference it via:
FreeTypeFontGenerator.FreeTypeFontParameter params = <etc...>
I think it probably needs a good import library of 'freetypefontparameter'.
Help.me