码迷,mamicode.com
首页 >  
搜索关键字:fonts    ( 2115个结果
网页字体知识
重新开始写博客。一点一点积累,不间断。看了阮一峰老师的中文网页字体开发指南,做一些记录。完整原文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
quick-cocos2d-x 踩坑日记(一)------ NodeEx 与 shortcodes
今天在模仿一个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
〖Linux〗Kubuntu14.04 平滑字体的设置
有没有感觉终端的字体锯齿感觉非常强?经过搜索后发现可以平滑字体显示得更漂亮一点: System Settings > Application Appearance > Fonts I enabledanti-aliasingand set Use sub-pixel rendering to RG....
分类:系统相关   时间:2014-11-11 15:41:16    阅读次数:264
Android 如何在IDEA Eclipse 的UI Editor 中显示自定义的字体 Preview
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
CentOS 7 KDE 桌面安装微软雅黑字体!和字体渲染!
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 中文字体小的解决办法
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
Bad font rendering in Linux
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
DbVisualizer Personal 中文乱码问题的通用解决方法
在SQL Commander中,sql语句中如果有中文,显示是口。 解决办法如下: 在Tools->Tool Properties->General->Appearance->Fonts中,如下图设置。...
分类:数据库   时间:2014-10-28 12:13:40    阅读次数:358
Eclipse 字体选择
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!