Slidez icon indicating copy to clipboard operation
Slidez copied to clipboard

Unknown entity 'freetypefontparameter'

Open hoichemgio9x opened this issue 5 years ago • 5 comments

I searched in the latest version of gdx-freetype.jar but did not find 'freetypefontparameter'.

hoichemgio9x avatar Jan 01 '20 15:01 hoichemgio9x

Screenshot_20200101-221941

hoichemgio9x avatar Jan 01 '20 15:01 hoichemgio9x

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...>

cnnranderson avatar Jan 01 '20 20:01 cnnranderson

Screenshot_20200102-095149

hoichemgio9x avatar Jan 02 '20 02:01 hoichemgio9x

I think it probably needs a good import library of 'freetypefontparameter'.

hoichemgio9x avatar Jan 02 '20 02:01 hoichemgio9x

Help.me

hoichemgio9x avatar Jan 03 '20 05:01 hoichemgio9x