jjgod / blog Random notes by Jjgod Jiang.

Posts Tagged ‘font’

iPad 上新闻类软件的字体选用

上次在 twitter 上和 Typeisbeautiful 的 Rex 提到这件事情,最近刚收到 iPad,就来分析一下。 iPad 上的新闻类软件非常多,多到 app store 上有个 News 分类专门给这类软件,但良莠不齐也是自然的,但从字体选用看,我认为做得最有诚意的还是三个传统媒体:New York Times 的 NYT Editors’ Choice, WSJ 的 The Wall Street Journal 和 Financial Times 的 Financial Times iPad Edition。它们共同的特点是,为了优化阅读体验,都使用了专门订制的字体,随 app 一起提供,几乎完美地保持了纸面版本的字体风格。 我们先看 NYT Editors’ Choice,这个 app 呈现的内容比 nytimes.com 网站简单一些,去除了许多繁杂的内容之后看着非常清爽。其中选择的字体是给标题的 NYT Cheltenham,根据 wikipedia 上的介绍,这个字体是在 2003 年由 Times 请求 Matthew Carter [...]

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 [...]

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 /Library/Fonts/Optima.ttc /Library/Fonts/Didot.ttc /Library/Fonts/Papyrus.ttc /Library/Fonts/Futura.ttc /Library/Fonts/STHeiti Medium.ttc uncia:~ jjgod$ ls /System/Library/Fonts/*.ttc /System/Library/Fonts/Courier.ttc /System/Library/Fonts/Menlo.ttc /System/Library/Fonts/Helvetica.ttc /System/Library/Fonts/STHeiti Light.ttc /System/Library/Fonts/HelveticaNeue.ttc /System/Library/Fonts/Times.ttc /System/Library/Fonts/LucidaGrande.ttc iPhone OS [...]

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, [...]