jjgod / blog Random notes by Jjgod Jiang.

Posts Tagged ‘font’

Updates on font changes in Snow Leopard

A few months ago, I’ve covered font related changes in Snow Leopard in this post, that was perceived from developer preview build 10A286, after I got build 10A335 and 10A354, several changes can be observed.

Heiti SC and Heiti TC we covered earlier are now used as the default fallback fonts for Simplified Chinese and Traditional [...]

Snow Leopard 在字体方面的变化

字体反锯齿选项不再允许选择 hinting 的程度 (以前可以选择 Medium, Light, etc.),现在似乎默认就是 Medium,不能改,很奇怪 (我个人习惯用 Light 的)。

原来 Mac OS 独有的 dfont 字体格式被抛弃了,改用 ttc (TrueType Collection) 格式替代。

uncia:~ jjgod$ ls /Library/Fonts/*.ttc /Library/Fonts/AmericanTypewriter.ttc /Library/Fonts/GillSans.ttc /Library/Fonts/Baskerville.ttc /Library/Fonts/HelveticaCY.ttc /Library/Fonts/Chalkboard.ttc /Library/Fonts/Hoefler Text.ttc /Library/Fonts/Cochin.ttc /Library/Fonts/MarkerFelt.ttc /Library/Fonts/Copperplate.ttc [...]

Droid

全世界都在关注 Android 这套手机平台时,字体爱好者们也有惊喜,这就是由 Ascender Corp 设计的一套完整的包含 serif (衬线体), sans-serif (非衬线体) 和 monospaced (等宽) 字体的新字体集: Droid。

根据报道,这套字体将作为 Android 平台的系统 UI (User Interface) 字体,和 Apple 在 iPhone 中选用 Arial 的怪异行为相比,Android 的这个选择肯定会更让人觉得满意。

这套字体目前还没有提供任何形式的下载,虽然 Android 的模拟器的确使用了这套字体,但在提供下载的 SDK 和模拟器源代码中都找不到它的踪迹,也许是通过某种方法压缩存储了。

更新: 这套 Apache License 的字体在这里可以下载,原来它是存放在 emulator 的 system.img 文件中,这是一个磁盘镜像,使用的是 yaffs2 文件系统。其中 Droid Sans Fallback 包含了中文。

最令人高兴的是,Droid Sans 字体中提供了对简体、繁体中文、日文和韩文的支持,根据 specimen 的介绍,涵盖了 GB2312, Big-5, JIS-0208 和 KSC-5601 [...]