fedora 字体_使用字节码解释器改善Fedora的字体渲染

fedora 字体

Fedora’s font rendering isn’t very nice. At least on my laptop with Fedora 12. Bytecode Interpreter (BCI for short) is disabled by default because of patent issues. As the TrueType bytecode patents have expired. We may enable BCI in Fedora now. TrueType announced that BCI is enabled by default from 2.4. Fedora 12’s TrueType version is 2.3 which disables BCI. However, we can use rpmfusion’s font rendering package freetype-freeworld instead. On my laptop, BCI with liberation fonts looks quite nice.

Fedora的字体渲染不是很好。 至少在装有Fedora 12的笔记本电脑上,由于专利问题,默认情况下禁用了字节码解释器(简称BCI)。 由于TrueType字节码专利已过期 。 我们现在可以在Fedora中启用BCI。 TrueType宣布默认情况下从2.4启用BCI。 Fedora 12的TrueType版本是2.3,它会禁用BCI。 但是,我们可以改用rpmfusion的字体渲染包freetype-freeworld。 在我的笔记本电脑上,带有解放字体的 BCI看起来非常不错。

Let’s use Fedora 12 as the example to introduce how to use the bytecode interpreter font rendering algorithm.

让我们以Fedora 12为例,介绍如何使用字节码解释器字体渲染算法。

1.添加rpmfusion存储库 (1. Add rpmfusion repositories)

Add the RPMfusion repositories following the tutorial Enable RPM Fusion repositories.

在“ 启用RPM Fusion存储库 ” 教程之后,添加RPMfusion存储库 。

2,安装freetype-freeworld (2.Install freetype-freeworld)

# yum install freetype-freeworld

3.安装解放字体 (3. Install liberation fonts)

# yum install liberation-sans-fonts \
liberation-mono-fonts liberation-serif-fonts

We may set the default font in Gnome’s “Appearance” configuration tools. We may also map “sans” “sans serif” and “mono” fonts’ default to liberation: Download my fonts configuration file, and save it to ~/.fonts.conf.

我们可以在Gnome的“外观”配置工具中设置默认字体。 我们还可以将“ sans”,“ sans serif”和“ mono”字体的默认映射到解放:下载我的字体配置文件 ,并将其保存到~/.fonts.conf

4.更改Gnome的字体渲染 (4. Change Gnome’s font rendering)

In “System > Preferences > Appearance”, select the font and rendering. “Subpixel smoothing (LCDs)” looks best on my latptop with LCD.

在“系统>首选项>外观”中,选择字体和渲染。 在我的带LCD的笔记本电脑上,“亚像素平滑(LCD)”效果最好。

5.重新启动X服务器 (5. Restart X server)

All the applications’ fonts should look much better now. Enjoy it!

现在,所有应用程序的字体都应该看起来更好。 好好享受!

翻译自: https://www.systutorials.com/improving-font-rendering-for-fedora-using-bytecode-interpreter/

fedora 字体

你可能感兴趣的:(python,java,unity,wordpress,macos)