如何使用“字体样式”在我的 Android 应用程序中?
用户需要能够通过使用我的新应用程序来更改其系统字体。那么,如何从位于“设置 -> 显示 -> 屏幕显示 -> 字体样式”下的首选项项获取应用程序中的“字体样式”端口?
另外,我在Android源代码中搜索“字体样式”,但没有找到它。
The user needs to have the ability to change his system font through using my new application. So how can I get a port of "Font style" in my application from the preferences item which is located under "Settings -> Display -> Screen Display -> Font Style" ?
Also, I searched for "Font style" in the Android source code and wasn't able to find it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
标准 Android 中不存在这种情况。没有系统范围的“字体样式”设置。您的特定设备可能提供该设置,在这种情况下,它可能只影响内置应用程序。
That does not exist in standard Android. There is no system-wide "font style" setting. Your specific device might offer that setting, in which case it probably affects only the built-in apps.