我们可以在文本View中使用css font-feature-settings吗? 添加像1/2的摩擦和font-feature-settings的其他属性。
答案 0 :(得分:3)
这里有一个很好的例子和解释。对于糟糕的英语。 http://blog.sqisland.com/2014/11/android-stacked-fractions.html?utm_source=Android+Weekly&utm_campaign=22c3800806-Android_Weekly_130&utm_medium=email&utm_term=0_4eb677ad19-22c3800806-337885537
Typeface typeface = Typeface.createFromAsset(
getAssets(), "Nutso2.otf");
textView.setTypeface(typeface);
textView.setText("1/2 2/5");
textView.setFontFeatureSettings("afrc");