为什么 Flash Player 需要“ttf-mscorefonts”才能让 Flash Player 工作?

Jim*_*Jim 2 flash dependencies

有人能告诉我为什么 Flash Player 需要ttf-mscorefonts工作吗?

Ser*_*gey 5

在 Flash IDE 中,创建文本字段时,在指定字体方面有两个选项:

  • 如果选择了“普通”字体(即 Ubuntu 或 Droid 或 Comic Sans),所用符号的轮廓将作为矢量形状包含在 swf 文件中,因此文本将在任何平台上显示相同

  • there are also some special fonts: _sans, _serif and _monospace - when those are chosen, the outlines are not included in the file and Flash Player uses system fonts instead. 其中,在 Windows 上,是 Times New Roman、Arial 和 Courier New。

因为 Flash 影片主要是在 Windows 上创作的,所以它们会使用这些字体进行测试。我不知道 Flash 播放器是否内置了硬依赖项,但即使没有,如果缺少这些字体,某些/许多电影也会显示不正确。