<head><meta charset="utf-8"><title>无标题文档</title><style>#box{width:300px;border:1px solid #000; font:14px/30px "宋体"; color:red;letter-spacing:5px;}/* c
分类:
Web程序 时间:
2016-02-28 20:04:10
阅读次数:
154
/***** 全局设置 *****/body,h1,h2,h3,h4,h5,h6,p,form,ul,ol,li,dt,dl,dd,th,td,label,bottom,input,textarea{ margin:0;padding:0;}body{font-family:"宋体", arial;
分类:
Web程序 时间:
2016-02-28 12:29:51
阅读次数:
144
Bitmap bmp = new Bitmap(100, 100); Graphics g = Graphics.FromImage(bmp); g.Clear(Color.White); g.DrawString("abc", new Font("宋体", 12), new SolidBrush(
分类:
Web程序 时间:
2016-02-28 00:52:04
阅读次数:
191
页面定制css 删除了后面的广告233333 /*公用*/ body { font-size:15px; padding:0; margin:0; font-family:"微软雅黑","宋体",Arial; background:#205424 url('http://images2015.cnb
分类:
其他好文 时间:
2016-02-27 13:34:24
阅读次数:
176
@font-face { font-family: "Times New Roman"; }@font-face { font-family: "宋体"; }@font-face { font-family: "SimSun"; }p.MsoNormal { margin: 0pt 0pt 0.00
分类:
其他好文 时间:
2016-02-17 23:55:14
阅读次数:
263
文字排版字体我们可以使用css样式为网页中的文字设置字体、字号、颜色等样式属性。语法:body{font-family:"宋体";}这里注意不要设置不常用的字体,因为如果用户本地电脑上如果没有安装你设置的字体,就会显示浏览器默认的字体。(因为用户是否可以看到你设置的字体样式取决于用户本地电脑上是否安...
分类:
Web程序 时间:
2016-02-09 16:39:43
阅读次数:
292
最近工作用itext生成pdf在windows环境下没有出现中文乱码而在linux下出现中文乱码,打开pdf查看pdf编码,以及显示的编码,发现编码并没有对应。原因是使用的宋体和微软雅黑在linux环境下并没有安装。 解决方法: 1.到windows环境下将所需字体拷贝到linux下。(simsun
分类:
系统相关 时间:
2016-02-05 01:46:10
阅读次数:
301
菜单条里【文件】-【选项】会弹出个选项对话框 然后选【一般】 在右边的【外观】以下找到【网格结果字体】 将字体类型改成宋体即可了
分类:
其他好文 时间:
2016-02-03 08:58:29
阅读次数:
238
在百度编辑器 Ueditor 如何增加字体 ? 要修改两个文件: 第一个文件:editor-config.js: ,'fontfamily':[ { label:'',name:'songti',val:'宋体,SimSun'}, { label:'',name:'kaiti',val:'楷体,楷体
分类:
其他好文 时间:
2016-01-29 11:38:01
阅读次数:
250
body{ font-size:12px; font-family:"宋体",Arial, Helvetica, sans-serif;color:#363636;background:#e5e5e5 url(../images/bpbg.jpg) center top no-repeat;}htm...
分类:
Web程序 时间:
2016-01-27 12:21:23
阅读次数:
189