Font settings for strings in java

后端 未结 4 1706
轮回少年
轮回少年 2020-12-10 21:44

Can I set font properties for a string in java.

4条回答
  •  伪装坚强ぢ
    2020-12-10 22:00

    A String doesn't have a font, as it's completely separate from any way to display it. Fonts are related to the user interface components you're using to present the String to your users, how to set it would depend on those user interface components.

提交回复
热议问题