xterm 显示斜体而不是常规的

xterm 显示斜体而不是常规的

我已经golang以用户身份安装了 Google go 字体

  • 我放入go*.ttf~/.fonts
  • 我跑了fc-cache -fv

现在我可以在任何地方使用新字体,除了xterm

$ fc-match gomono
GoMono-Regular.ttf: "GoMono" "Regular"
$ xterm -fa gomono

我得到

在此输入图像描述

正如你所看到的,xterm获取字体的斜体变体...我gomono在其他程序中使用过,例如emacs,我得到的当然是常规的罗马字体...

我错过了一些东西还是它特有的怪癖xterm

我正在使用 debian sid ,xterm确实很好,很旧xterm

答案1

实际上,这是 xterm 无法解决的 fontconfig 的一个怪癖。您可能想到的一些其他应用程序会用附加参数取代字体系列,因此可能会有一些改进。

如果你跑

xterm -report-fonts -fa 'gomono'

你会确切地看到加载的内容:

Loaded XftFonts(gomono[normal])
                first char:    32
                last char:     64258
                missing-chars: 63567
                present-chars: 660
        Go Mono-8
        familylang=en
        style=Italic
        stylelang=en
        fullname=Go Mono Italic
        fullnamelang=en
        slant=100
        weight=80
        width=100
        pixelsize=10.6712
        spacing=100
        foundry=b&h
        antialias=True
        hintstyle=3
        hinting=True
        verticallayout=False
        autohint=False
        globaladvance=True
        file=/users/tom/.fonts/gomono/Go-Mono-Italic.ttf

字体配置用户手册说 110 是。 fontconfig 在以下位置看到此文件列表gomono

Go-Bold-Italic.ttf
Go-Bold.ttf
Go-Italic.ttf
Go-Medium-Italic.ttf
Go-Medium.ttf
Go-Mono-Bold-Italic.ttf
Go-Mono-Bold.ttf
Go-Mono-Italic.ttf
Go-Mono.ttf
Go-Regular.ttf

并根据其内部评分系统更喜欢斜体字体。如果您还将环境变量设置FC_DEBUG为 127(每个位都有一定的含义),那么您就可以看到分数。以下是比较常规字体和斜体字体的摘录:

常规的:

 slant: 100001  0(i)(s),  100(i)(w)
 weight: 20001  100(i)(s),  80(i)(w)
 width: 1  100(i)(s),  100(i)(w)
 lang: 1001  "en-US"(s),  aa|af|av|ay|be|bg|bi|br|bs|ca|ce|ch|co|cs|cy|da|de|el|en|eo|es|et|eu|fi|fj|fo|fr|fur|fy|gd|gl|gv|ho|hr|hu|ia|id|ie|ik|io|is|it|ki|kl|kum|la|lb|lez|lt|lv|mg|mh|mk|mo|mt|nb|nds|nl|nn|no|nr|nso|ny|oc|om|os|pl|pt|rm|ro|ru|se|sel|sk|sl|sma|smj|smn|so|sq|sr|ss|st|sv|sw|tk|tl|tn|tr|ts|uk|uz|vo|vot|wa|wen|wo|xh|yap|zu|an|crh|csb|fil|hsb|ht|jv|kj|ku-tr|kwm|lg|li|ms|na|ng|pap-an|pap-aw|rn|rw|sc|sg|sn|su|za(w)
 fontversion: 2.14735e+12  2147483647(i)(s),  131269(i)(w)
 decorative: 1  FcFalse(s),  FcFalse(w)
Score 0 0 1 1001 1002 0 0 0 100001 20001 1 1 0 0 0 2.14735e+12
Font 21 Pattern has 20 elts (size 20)
        family: "Go Mono"(w)
        familylang: "en"(w)
        style: "Regular"(w)
        stylelang: "en"(w)
        fullname: "Go Mono"(w)  
        fullnamelang: "en"(w)
        slant: 0(i)(w)
        weight: 80(i)(w)
        width: 100(i)(w)
        spacing: 100(i)(w)
        foundry: "b&h"(w)   
        file: "/users/tom/.fonts/gomono/Go-Mono.ttf"(w)   

斜体:

 slant: 1  0(i)(s),  0(i)(w)
 weight: 80001  100(i)(s),  180(i)(w)
 width: 1  100(i)(s),  100(i)(w)
 spacing: 1  100(i)(s),  100(i)(w)   
 lang: 1001  "en-US"(s),  aa|af|av|ay|be|bg|bi|br|bs|ca|ce|ch|co|cs|cy|da|de|el|en|eo|es|et|eu|fi|fj|fo|fr|fur|fy|gd|gl|gv|ho|hr|hu|ia|id|ie|ik|io|is|it|ki|kl|kum|la|lb|lez|lt|lv|mg|mh|mk|mo|mt|nb|nds|nl|nn|no|nr|nso|ny|oc|om|os|pl|pt|rm|ro|ru|se|sel|sk|sl|sma|smj|smn|so|sq|sr|ss|st|sv|sw|tk|tl|tn|tr|ts|uk|uz|vo|vot|wa|wen|wo|xh|yap|zu|an|crh|csb|fil|hsb|ht|jv|kj|ku-tr|kwm|lg|li|ms|na|ng|pap-an|pap-aw|rn|rw|sc|sg|sn|su|za(w)
 fontversion: 2.14735e+12  2147483647(i)(s),  131269(i)(w)
 decorative: 1  FcFalse(s),  FcFalse(w)
Score 0 0 1 1001 1002 1 0 0 1 80001 1 1 0 0 0 2.14735e+12 
Font 20 Pattern has 19 elts (size 19)
        family: "Go Mono"(w)
        familylang: "en"(w)
        style: "Italic"(w)
        stylelang: "en"(w)
        fullname: "Go Mono Italic"(w)
        fullnamelang: "en"(w)
        slant: 100(i)(w)
        weight: 80(i)(w)
        width: 100(i)(w)
        foundry: "b&h"(w)
        file: "/users/tom/.fonts/gomono/Go-Mono-Italic.ttf"(w)

最后

 slant: 1  0(i)(s),  0(i)(w)
 weight: 20001  100(i)(s),  80(i)(w)
 width: 1  100(i)(s),  100(i)(w)
 lang: 2001  "en-US"(s),  (w)
 fontversion: 2.14748e+12  2147483647(i)(s),  0(i)(w)
 decorative: 1  FcFalse(s),  FcFalse(w)
Score 0 0 1001 2001 1002 0 0 0 1 20001 1 1 0 0 0 2.14748e+12
Best score 0 0 1 1001 1002 0 0 0 100001 20001 1 1 0 0 0 2.14735e+12
Pattern has 19 elts (size 19)
        family: "Go Mono"(w)
        familylang: "en"(w)  
        style: "Italic"(w)  
        stylelang: "en"(w) 
        fullname: "Go Mono Italic"(w)
        fullnamelang: "en"(w)
        slant: 100(i)(w)
        weight: 80(i)(w)
        width: 100(i)(w)
        foundry: "b&h"(w)
        file: "/users/tom/.fonts/gomono/Go-Mono-Italic.ttf"(w)

仅第8项和第9项(从0开始计数)不同; fontconfig 同等对待这些数字,并且(请参阅来源fcmatch.c) 碰巧选择了最后检查的字体,该字体提高了(降低)了任何这些数字的分数:

        for (i = 0; i < PRI_END; i++)
        {   
            if (best && bestscore[i] < score[i])
                break;
            if (!best || score[i] < bestscore[i])
            {   
                for (i = 0; i < PRI_END; i++)
                    bestscore[i] = score[i];
                best = s->fonts[f];
                break;
            }
        }

在我的跟踪中,这恰好是斜体字体,使用间距和宽度作为决定因素的细节。查看当前的源代码,我可以看到检查了其他功能(因此您的详细信息可能有所不同),但基本算法是相同的。

一项小小的调查表明,触发 fontconfig 中的怪癖的原因是 xterm 要求使用等宽字体。选项是(参见用户手册):

  proportional    spacing         0
  dual            spacing         90
  mono            spacing         100
  charcell        spacing         110

或者让它不受约束。如果您碰巧选择了比例字体,那看起来不太好,但消除 xterm 源代码中的限制是最明显的解决方法。 fontconfig 缺乏一种方法让您覆盖模式中已有的设置。

这不是 xterm 中的错误,而是一种解决方法。使用该spacing=mono属性的原始更改已添加到 xterm 中2000年11月作者:Keith Packard(他也是 Xft 和 fontconfig 的原作者)。

您可以通过执行以下操作轻松演示 fontconfig 中的错误:

fc-match 'Go Mono:spacing=monospace'

这给了我

Go-Mono-Italic.ttf: "Go Mono" "Italic"

相关内容