本月博客排行
-
第1名
龙儿筝 -
第2名
flashsing123 -
第3名
xiaoxinye - e_e
- java_doom
- johnsmith9th
- gaochunhu
- sichunli_030
- zw7534313
- 深蓝传说
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- e_e
- javashop
- sam123456gz
- tanling8334
- arpenker
- kaizi1992
- xpenxpen
- lemonhandsome
- xiangjie88
- ganxueyun
- xyuma
- sichunli_030
- wangchen.ily
- jh108020
- Xeden
- johnsmith9th
- zxq_2017
- zhanjia
- jbosscn
- forestqqqq
- luxurioust
- lzyfn123
- ajinn
- daizj
- wjianwei666
- ranbuijj
- 喧嚣求静
- kingwell.leng
- silverend
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
- lerf
- lstcyzj
- flashsing123
- lxguy
最新文章列表
dfont2ttf and ttf2eto
1、苹果字体dfont转换为windows字体ttf
2、将windows字体ttf转换为eto
3、将eto字体嵌入网页
css 定义字体
@font-face {
font-family:'helveticaneueltstd-lt';
src:url(font/helveticaneueltstd-lt.eot);
font-weight: no ...
如何在CentOS系统中安装字体
如何在CentOS系统中安装字体
http://os.51cto.com/art/201004/192461.htm
把雅黑的ttf文件拷到/usr/share/fonts/的任意目录下,假设雅黑ttf叫做Yahei.ttf:
sudo mkdir -p /usr/share/fonts/vista
sudo cp Yahei.ttf /usr/share/fonts/vista/
然后,改 ...
[转]在iphone中使用自定义字体
1、确定你的项目工程的resouce下有你要用的字体文件(.ttf,.odf)。
2、然后在你的工程的Info.plist文件中新建一行(Add Row),添加key为:UIAppFonts(在我的机子上尝试了,它会自动转换成Fonts provided by application),类型为Array或Dictionary都行;添加Value为XXX.ttf(你字体的名字)。忘说了,是在建立的U ...