我需要格式为* .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
有没有办法解决这个问题?我不知道