预览新版本的 Segoe UI
上个月, 微软发布了下一 Windows 版本, Windows 8 的开发者预览版本, Windows Developer Preview。 一项最明显却最少被讨论的改变发生在 Segoe UI 字体中。

Segoe (top) vs Segoe UI (bottom)
Segoe UI 是由 Segoe 衍生的一套字体, 後者是微软从 Monotype 许可的一套具有争议的字体。 Segoe UI 中有一些修改, 使它更适合在屏幕上显示。 不过, 在开发者预览的用户界面上, 其中一些修改似乎消失了, 同时又有一些新的修改被引进。
更仔细地查看新版的字体文件揭露了一个令人兴奋的事实: 这些被修改的字形是作为 OpenType 特征 (feature) 实现的 (stylistic set 20, ss20), 与此同时还有其他功能被添加进来, 包括连字 (ligatures), 小型大写 (small caps), 旧式数字 (old-style figures) 和表格数字 (tabular figures, 即等宽 (monospaced) 数字), 以及其他。

| 样式 | Windows 7 (NT 6.1.7601) | Windows Developer Preview (NT 6.2.8102) | |||
| 版本 | 版权年份 | 版本 | 版权年份 | 新增 OpenType 特征 | |
| Regular, Bold | 5.01 | 2008 | 5.12 | 2011 | ss20, dlig, onum, lnum, pnum, frac, smcp, c2sc, subs, sups, etc. |
| Italic, Bold Italic | 5.01 | 2008 | 5.12 | 2011 | ss20, subs, sups, etc. |
| Light | 5.00 | 2009 | 5.12 | 2011 | (同 Regular, Bold) |
| Semibold | 5.00 | 2009 | 5.12 | 2011 | (同 Light) |
| Semilight | (未提供) | (未提供) | 5.12 | 2011 | (同 Light) |
Semibold 和 Semilight 重量没有斜体变种。 还应注意的是, 现有的斜体变种相较对应的罗马体 (非斜体) 版本仍然缺少许多功能 (甚至没有连字)。 如果这意味着开发工作正在继续, 我们也许可以期待在世界上最流行的操作系统的下一版本中得到另一套优秀的字体。
Previewing the New Version of Segoe UI
Last month, Microsoft released Windows Developer Preview for its next operating system, Windows 8. One of the most visible yet least discussed changes is in the Segoe UI fonts.

Segoe (top) vs Segoe UI (bottom)
Segoe UI was derived from Segoe, a controversial typeface that Microsoft originally licensed from Monotype. A number of modifications (as shown above) were done to make Segoe UI more suitable for on-screen display. However, some of these changes have seemingly disappeared in the Developer Preview’s interface, and several new changes have been introduced.
A more detailed look into the new font files reveals an exciting fact: the modified letterforms are implemented as an OpenType feature (stylistic set 20, ss20), along with other new features including ligatures, small caps, old-style and tabular (monospaced) numerals, and more.

| Style | Windows 7 (NT 6.1.7601) | Windows Developer Preview (NT 6.2.8102) | |||
| Version | Copyright Year | Version | Copyright Year | New OpenType Features | |
| Regular, Bold | 5.01 | 2008 | 5.12 | 2011 | ss20, dlig, onum, lnum, pnum, frac, smcp, c2sc, subs, sups, etc. |
| Italic, Bold Italic | 5.01 | 2008 | 5.12 | 2011 | ss20, subs, sups, etc. |
| Light | 5.00 | 2009 | 5.12 | 2011 | (same as Regular, Bold) |
| Semibold | 5.00 | 2009 | 5.12 | 2011 | (same as Light) |
| Semilight | (not present) | (not present) | 5.12 | 2011 | (same as Light) |

Some of the new features of Segoe UI
There are no italic variants for Semibold and Semilight. It should also be noted that currently available italic variants do not contain as many new features as their Roman counterparts do (not even ligatures). If this suggests that the development is going on, we can probably expect another great typeface with the next release of the world’s most popular operating system.
更容易地获得蒙纳黑体——无需 OpenType 支持
较早前, Subacme 发表了一篇有关获得蒙纳黑体 (Monotype Hei) 字体的文章。 文中介绍的方法是利用 Arial Unicode MS 的 OpenType locl 特征进行字符取代; 这种方法利弊皆有, 本文则给出一个更加容易使用 (也更加受限) 的方法。
让我们先对 Arial Unicode MS 中四种写法的并存进行一些回顾。 基本上,
- CJK 统合汉字代码点使用默认写法 (新字体 (Shinjitai)), 而其他三种版本则通过字体中不同的
GSUB(glyph substitution, 字形取代) 表与这些代码点关联; - 进一步, 这些取代表被包含在不同区域设置 (locale) 的 OpenType
locl特征中; - 最後, 在支持 OpenType 的应用中选择正确的区域设置, 并启用
locl特征, 相应的字符取代就会自动完成; - 未被统合的字符不受影响。
文中曾提到使用 Arial Unicode MS 的主要好处: 您 (很有可能) 拥有合法许可, 以及可以获得多种写法。 但与此同时, 它也有一些明显的弊端:
- 取代後的字符不再是正确的 Unicode 代码点, 这使得 PDF 文档内容无法被正确地检索和提取 (复制–粘贴);
- 多数现存的应用不完全支持 OpenType
locl特征, 包括除 XeTeX 以外的 TeX 引擎。
要解决这些问题, 一个直观的想法是让字符取代过程 “在字体中进行”, 然後直接使用一个正确的静态版本。 事实上, Monotype 提供了这样的产品, 即 Andale Sans UI。 基本上, Andale Sans UI 是 Arial Unicode MS 的专门化 (specialized) 版本: 後者提供了四种写法, 而前者仅提供其中一种。
遗憾的是, 針對不同的区域设置的 Andale Sans UI 版本使用了同一字体名, 所以在一些字体管理程序中, 您可能无法同时使用不同版本。
过去, Google 曾在其免费的 Google Pack 中提供 StarOffice, 其中便包含了 Andale Sans UI。 如果只想获得字体, 您可以不必等到安装包下载完成。
简讯: Chrome 的 “老板” 组合键
一些软件提供 “老板” 组合键 (boss key), 使用户立即隐藏/恢复显示该软件的用户界面。 Google Chrome 浏览器中也有这样的组合键, 尽管官方文档并未提及。
要立即隐藏/恢复显示所有 Chrome 窗口, 请按 Alt–Grave (即 Alt 和 `, 後者位於 Esc 键下方, 大键盘数字键 “1” 左侧) 组合键。
该组合键不需要 Chrome 窗口拥有焦点。


在 Twitter 上跟踪 Subacme





