无法为目标加载共享库'gdx-stb-truetype':Linux,32位

时间:2015-07-03 11:09:16

标签: android libgdx

我需要格式为* .ttf

的字体

我编写了以下代码,但这是错误的。

font = TrueTypeFontFactory.createBitmapFont(Gdx.files.internal("data/font.ttf"), FONT_CHARACTERS, 12.5f, 7.5f, 1.0f, Gdx.graphics.getWidth(), Gdx.graphics.getHeight());

错误:Couldn't load shared library 'gdx-stb-truetype' for target: Linux, 32-bit

有没有办法解决这个问题?我不知道

0 个答案:

没有答案