1.下载插件:FontDetect插件 地址:http://www.lalit.org/lab/javascript-css-font-detect/或者复制以下代码到fontdetect.js:var Detector = function() { // a font will be compar...
分类:
Web程序 时间:
2014-08-30 13:51:09
阅读次数:
334
3.5、richtextlabel富文本
可以像Word文档一样编辑出多样的内容,图片,字体颜色大小下划线、超链接背景等等。
Defaults:
默认字体
默认图集
Blank Texture 空白的纹理(有什么用还不知道呢)
Appearance :
Font Size 默认字体大小
Line Height 行的高度,最小也不会小于默认字体大小(系统处理)。
Text...
分类:
其他好文 时间:
2014-08-29 13:07:38
阅读次数:
219
昨天google发布了64位chrome,发布情况请点击我们发现在37版本的chrome中16px、17px的字体是显示不出来的,但是添加其他属性可能会显示,比如font-weight:bold或者设置font-family,如果去除其他css属性就不会显示文字,目前在部分chrome已经多次复现。ps:情况绝对准确,因为我..
分类:
其他好文 时间:
2014-08-28 11:38:19
阅读次数:
217
1. 独立存在的Font文件有三类:Type 1 FontTrueType FontOpenType FontType 1是由Adobe开发的,它是基于PostScript的Font,它通常由两个分开的文件来描述:1. Adobe Font Metrics[Adobe]/Printer Font M...
分类:
其他好文 时间:
2014-08-28 11:09:49
阅读次数:
254
1. Before expanding:
2. coding:
Smooth Animated Menu
body {
background-color: #F3F3F3;
font-family: "Lucida Grande", arial, sans-serif;
...
分类:
Web程序 时间:
2014-08-27 14:45:58
阅读次数:
251
更详细的内容请参考:http://www.w3school.com.cn/tags/tag_a.asp
HTML中的代码如下:
可以通过以下方式来改变其默认的显示样式:
.news_title {
font: normal 18px/28px "Microsoft YaHei";
font-size: 15px;
font-wei...
分类:
Web程序 时间:
2014-08-27 10:59:27
阅读次数:
162
/* 进度条 */div.progress {width: 600px;margin: 10px auto;height: 20px;line-height: 20px;font-size: 14px;background: #F7F7F7;border-radius: 4px;box-shadow...
分类:
其他好文 时间:
2014-08-27 01:35:37
阅读次数:
448
制作网站难免有些字体不是默认的,得通过@font-face来加载自己特定的字体,来实现特定的文字效果。在本篇文章我将给大家介绍@font-face免费且常用方法并解释各种方法的利弊,具体在自己的项目中怎么使用,还是的读者自己去度量。(1)CSS3@font-face首先让我们来谈谈原生态的方式来实现...
分类:
其他好文 时间:
2014-08-26 21:14:06
阅读次数:
233
protectedvoidrenderMergedOutputModel(Map<String,Object>model,HttpServletRequestrequest,HttpServletResponseresponse)throwsException{ Workbookwb=newXSSFWorkbook(); CellStylecellStyle=wb.createCellStyle(); Fontfont=wb.createFont();font.setColor(HSS..
分类:
其他好文 时间:
2014-08-26 19:58:07
阅读次数:
223
HTMl代码:1 输入法2 3 搜狗输入法4 智能全拼输入法5 腾讯输入法6 日文输入法7 8 CSS代码:1 *{ margin:0; padding:0;}2 div{ width:140px; overflow:hidden; font-size:14px; }3 #btn{ display:...
分类:
其他好文 时间:
2014-08-26 17:04:26
阅读次数:
297