gpt4 book ai didi

java - Android 从 .tff 加载字体

转载 作者:太空宇宙 更新时间:2023-11-04 11:46:19 24 4
gpt4 key购买 nike

所以。我正在尝试使用以下方法加载 Typeface 对象:

Typeface.createFromAsset(context.getAssets(), "Chantelli_Antiqua.tff")

但由于某种原因,这给了我

02-17 17:41:11.449: W/WindowManager(984): Caused by: java.lang.UnsupportedOperationException: Failed to resolve attribute at index 6: TypedValue{t=0x0/d=0x0}

我一直试图从类似this这样的帖子中寻找答案。 。所有这些都只是建议我应该将文件添加到 Assets 文件夹中,然后清理 eclipse 项目。我已经这样做了,但似乎没有帮助。

.tff 文件与 this 中使用的相同指南所以我想 .tff 文件本身应该不会有问题?我是否必须以某种方式手动将这些字体添加到 R.java 或其他内容中?

最佳答案

您的文件格式错误。它不是 tff 而是 ttf -->True Type Font

我已阅读您发布的链接,可能存在拼写错误,因为在某个时刻它说:

...Download it and place the TTF file in the ./assets directory (create it if it doesn't exist yet)...

关于java - Android 从 .tff 加载字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42302096/

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