gpt4 book ai didi

android - 如何设置TextView的textStyle如粗体、斜体

转载 作者:IT老高 更新时间:2023-10-28 12:48:25 38 4
gpt4 key购买 nike

如何在不使用 XML 布局的情况下在 Java 中设置 TextView 样式(粗体或斜体)?

也就是说,我需要用Java编写android:textStyle

最佳答案

textView.setTypeface(null, Typeface.BOLD_ITALIC);
textView.setTypeface(null, Typeface.BOLD);
textView.setTypeface(null, Typeface.ITALIC);
textView.setTypeface(null, Typeface.NORMAL);

保留以前的字体

textView.setTypeface(textView.getTypeface(), Typeface.BOLD_ITALIC)

关于android - 如何设置TextView的textStyle如粗体、斜体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6200533/

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