永发信息网

Java怎么调整字符间距

答案:1  悬赏:30  手机版
解决时间 2021-02-16 10:58
  • 提问者网友:萌卜娃娃
  • 2021-02-16 00:49
Java怎么调整字符间距
最佳答案
  • 五星知识达人网友:归鹤鸣
  • 2021-02-16 00:57
java调整字符间距Font f =new Font("宋体",Font.BOLD,20);
如果是css就用下面的代码
<html>
<head>
<style type="text/css">
p.spread {word-spacing: 30px;}
p.tight {word-spacing: -0.5em;}
</style>
</head>

<body>
<p class="spread">This is some text. This is some text.</p>
<p class="tight">This is some text. This is some text.</p>
</body>
</html>
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯