Android 中的 Helvetica 替代品

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/20598541/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 03:07:54  来源:igfitidea点击:

Helvetica Alternative in Android

androidfonts

提问by industrychanger

I'm looking for a Helvetica font alternative for Android. It seems that this font is not included in Android, but is in iOS. What would be a good alternative?

我正在寻找适用于 Android 的 Helvetica 字体替代品。似乎这种字体不包含在Android中,但在iOS中。什么是好的选择?

--EDIT--

- 编辑 -

In addition to the answer below, a colleague found that Raleway-Thin.ttf is close to Helvetica.

除了下面的回答,有同事发现Raleway-Thin.ttf 和Helvetica 很接近。

回答by athor

Android uses the Robotofont, which is a really nice looking font, with a few different weights (regular, light, thin, condensed) that look great on high density screens.

Android 使用Roboto字体,这是一种非常漂亮的字体,具有几种不同的粗细(常规、轻薄、浓缩),在高密度屏幕上看起来很棒。

If you want to use a custom font (like helvetica), you will need to implement custom textview/edittext widgets that use that font.

如果您想使用自定义字体(如 helvetica),您将需要实现使用该字体的自定义 textview/edittext 小部件。

Have a read of thisarticle.

阅读这篇文章。