gpt4 book ai didi

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

转载 作者:太空宇宙 更新时间:2023-11-03 11:17:42 29 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/13949904/

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