重新开始写博客。一点一点积累,不间断。看了阮一峰老师的中文网页字体开发指南,做一些记录。完整原文http://www.ruanyifeng.com/blog/2014/07/chinese_fonts.html1:font-family规则font-family: Georgia, "Times N...
分类:
Web程序 时间:
2014-11-19 20:28:12
阅读次数:
129
今天在模仿一个demo,想自己去完善一些功能,自己写的时候就遇见了一个坑。。。先看代码:locallabel=cc.ui.UILabel.new({
UILabelType=1,
text="MaxScore10",
font="fonts/font-issue1343.fnt",
x=boardSize.width/2,
y=boardSize.height*0.4,
}):addTo(self.overboard)
:set..
分类:
其他好文 时间:
2014-11-15 06:43:55
阅读次数:
207
思源黑体的wikipedia介绍
http://en.wikipedia.org/wiki/Source_Han_Sans
Source Han Sans is a sans-serif gothic typeface created by Adobe and Google.
English alphabets and numbers are Source Sans Pro font,...
分类:
其他好文 时间:
2014-11-14 21:16:22
阅读次数:
605
有没有感觉终端的字体锯齿感觉非常强?经过搜索后发现可以平滑字体显示得更漂亮一点: System Settings > Application Appearance > Fonts I enabledanti-aliasingand set Use sub-pixel rendering to RG....
分类:
系统相关 时间:
2014-11-11 15:41:16
阅读次数:
264
Android如何在IDEAEclipse的UIEditor中显示自定义的字体Preview将要显示的字体复制到。android-sdk/platforms/android-[Version]/data/fonts文件夹下面如:FontAwesome-Regular.ttf在android-sdk/platforms/android-[Version]/data/fonts下打开fallback_fonts.xml在最后加上:&..
分类:
移动开发 时间:
2014-11-07 06:25:52
阅读次数:
247
Centos7下默认的字体是比较难看,虽然可以安装文泉译字体,但是习惯了windows下的微软雅黑了,所以还是设置了下,过程相当的简单.1.首先在centos的/usr/share/fonts下建立个msfonts目录,用来存放微软雅黑,之后cpmsyh.tthmsyhbd.ttf到msfonts下.cd/usr/share/fontsmkdirmsfontscp/m..
分类:
其他好文 时间:
2014-11-03 01:33:28
阅读次数:
223
Eclipse 3.7 用的字体是 Consolas,显示中文的时候默认太小1.下载Consolas和微软雅黑混合字体(地址:http://pan.baidu.com/s/1c0u6sIO)2.解压之后,把YaHei.Consolas.1.12.ttfw文件复制到C:\Windows\Fonts目录...
分类:
系统相关 时间:
2014-11-01 11:24:09
阅读次数:
156
Sometimes aliased/jagged fonts still exist after post-installation configuration. Following instructions may help to get them fixed to make characters...
分类:
系统相关 时间:
2014-10-30 01:38:11
阅读次数:
211
在SQL Commander中,sql语句中如果有中文,显示是口。
解决办法如下:
在Tools->Tool Properties->General->Appearance->Fonts中,如下图设置。...
分类:
数据库 时间:
2014-10-28 12:13:40
阅读次数:
358
Windows下推荐使用ConsolasLinux下推荐使用DejaVu Sans Mono,Website:http://dejavu-fonts.org/wiki/Main_PageDownload:http://dejavu-fonts.org/wiki/Download不同系统的安装文件相同...
分类:
系统相关 时间:
2014-10-25 11:41:16
阅读次数:
208