gpt4 book ai didi

java - 恢复后 libgdx 无法正确呈现字体

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:57:29 24 4
gpt4 key购买 nike

我在 android 上使用 libgdx 时遇到字体问题。当我第一次打开应用程序时,它们工作正常。但是当我暂停应用程序然后恢复它时,字体呈现不正确。

这是我创建字体的方法。

FreeTypeFontGenerator generator = new FreeTypeFontGenerator(Gdx.files.internal("fonts/MainFont.ttf"));
LabelStyle ls = new LabelStyle();
ls.font = generator.generateFont(30);
ls.fontColor = new Color(1.0f, 1.0f, 1.0f, 1.0f);
mPlay = new Label("Play", ls);
mInstructions = new Label("How To Play", ls);
generator.dispose();

我的暂停/恢复方法中没有任何东西,不确定那里是否应该有东西。

这是它之前/之后的样子。

Before

enter image description here

最佳答案

这看起来像是 LibGDX 框架的一个已知问题。如果是您的情况,此错误已在较新版本的框架中得到解决。

有关官方问题跟踪器的更多信息:https://github.com/libgdx/libgdx/issues/870

希望对您有所帮助。

关于java - 恢复后 libgdx 无法正确呈现字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20796657/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com