1、首先打开CCS,选择菜单栏中的preference,在打开的页面中按图片中所示的选择。“General” ->“Appearance” ->“Colors and Fonts” 。
2、然后在右边栏中,打开 “basic” 。
3、接着在打开的页面中,找到并双击 “Text Font”。
4、然后在打开的页面中,找到并选择字体:”YaHei Consolas Hybrid” 。
5、选择完成后,点击确定就可以了。
字体控制:font-style:字体风格 italic 斜体
font-weight: 字体粗细 bold、normal
font-size: 字体尺寸 用像素表示,默认16px
font-family: simHeight、simSong
color:颜色
line-height:行高
可以合起来写:
font:style weight size/line-height font-family italic bold 18px "微软雅黑",scan-serif
以上字体设置的大致属性,至于具体的位置有三种
一、通过link来外部引入,如:<link rel="stylesheet" href="images/htm.css" type="text/css">
二、写在style标签内,如:
<style type="text/css">
font:style weight size/line-height font-family italic bold 18px "微软雅黑",scan-serif
</style>
三、直接写在正文标签里,如:
<p style="font:style weight size/line-height font-family italic bold 18px "微软雅黑",scan-serif">示例</p>
JMenuItem组件的JLabel组件setFont属性设置字体大小。应用:JMenuItem的JMenuItem的新的JMenuItem()
字体字体新字体(的“Serief”,Font.BOLD,15)
jMenuItem.setFont(字体)
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)