gpt4 book ai didi

java - 如何在android中检索可用/已安装字体的列表?

转载 作者:IT老高 更新时间:2023-10-28 20:57:45 25 4
gpt4 key购买 nike

在 Java 中我会这样做:

java.awt.GraphicsEnvironment ge = 
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment();
Font[] fonts = ge.getAllFonts();

是否有 Android 等价物?

最佳答案

摘自 Mark Murphy 在 Android 开发者邮件列表中的回答:

http://developer.android.com/reference/android/graphics/Typeface.html

There are only three fonts: normal (Droid Sans), serif (Droid Serif), and monospace (Droid Sans Mono).

While there may be additional fonts buried in WebKit somewhere, they appear to be inaccessible to developers outside of WebKit. :-(

The only other fonts are any TrueType ones you bundle with your application.

编辑:Roboto 是 Android 4.0 附带的一种新字体。您可以使用此库项目在 API 级别 4 https://github.com/mcalliph/roboto-text-view 的所有版本中使用它

关于java - 如何在android中检索可用/已安装字体的列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3532397/

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