我已尝试使用maven的东西,但它不起作用。我可能在依赖项或其他内容中写错了行。 这是链接maven repository。
答案 0 :(得分:6)
简单方法:确保您检查了" Freetype"在项目生成之前,在gdx-setup应用程序中进行扩展。
否则,您可以通过以下方式将其添加到已创建的项目中:
在根项目的build.gradle中,只需添加以下依赖项:
桌面:
compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
机器人:
compile "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-armeabi"
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-armeabi-v7a"
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-arm64-v8a"
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-x86"
natives "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-x86_64"
IOS:
compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-ios"
html:不兼容,我害怕
核心:
compile "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
答案 1 :(得分:-1)
添加gdx freetype扩展是一个非常简单的过程。请仔细阅读链接。你绝对可以实现它。
如果你想实现tty字体,只需下载最新版本的“hiero”
通过使用“hiero”,您可以根据自己的设计技巧轻松制作字体。