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 [...]
最显眼的,也是整个 Palm Pre 产品的标志性字体,是英文用的 Coconut 字体族,这是一套由 The Font Bureau 在 2008 年给 Palm 专门开发的 sans-serif 字体,包含 Medium, Medium Oblique, Condensed Bold, Condensed Medium, Bold, Bold Oblique 六种风格。这套字体看起来很像修改版的 Avenir。
更新:The Font Bureau 正式发布了这款字体,命名为 Prelude,可能是因为先前已经有字体叫作 Coconut 了…
日文是 VL PGothic Regular,看得出是经过精心选择的免费字体。
简体/繁体中文是文鼎 PL UMing (AR PL UMing),这个就比较恶了,可惜能选的免费字体也不多。
韩文是 Batang,这个应该是 Windows 下默认的韩文字体。
还提供了 Times New Roman, Arial, Verdana, Courier New 和 Lucida Console [...]
浏览器直接可用的 Web 字体在去年被重新提起,可是没过一段时间就沉寂下去,最近一期 A List Apart 上 Jeffrey Zeldman 采访 David Berlow 的这篇 Real Fonts on the Web 又引起了新一轮的讨论,这里摘录一些有趣的话。
David Berlow:
How important dynamically rendered type is to design and use on the web must now be clear. In addition, the only other option—that the type industry cede its intellectual property to the public without [...]
字体反锯齿选项不再允许选择 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 [...]
Pages 的混合语言排版功能一直为人诟病 (实际上 Pages 的多语言支持也一直很弱,甚至比不上 TextEdit),比如像组合字体 (combined font) 这样在排版软件中很常见的功能也迟迟没有提供,所以经常有人说用 Pages 排版中英文混合的文章是一种折磨。
昨天看到 Apple 版上的一篇文章,便想起来试试 Page ‘09 新增的 AppleScript 功能,其实用到的功能在之前的 Pages 版本中应该也有,不过我手头没有更早的版本,所以无法试验了。可以点这里看完整的脚本,其实核心代码非常短:
from appscript import * pages = app(id=”com.apple.iWork.Pages”)
for doc in pages.documents(): words = doc.words() i = 0
for word in words: i [...]
© jjgod / blog. Powered by WordPress using the DePo Skinny Theme.