LINUX.ORG.RU

История изменений

Исправление Zubok, (текущая версия) :

Вполне может быть, что xterm и все эти терминалы просто не научены это свойство менять самостоятельно, а просто отдают все на откуп fontconfig.

С одной стороны:

Fontconfig contains two essential modules, the configuration module which builds an internal configuration from XML files and the matching module which accepts font patterns and returns the nearest matching font.

С другой стороны:

Font configuration is separate from font matching; applications needing to do their own matching can access the available fonts from the library and perform private matching. The intent is to permit applications to pick and choose appropriate functionality from the library instead of forcing them to choose between this library and a private configuration mechanism. The hope is that this will ensure that configuration of fonts for all applications can be centralized in one place. Centralizing font configuration will simplify and regularize font installation and customization.

То есть если надо обойти работу matching, то приложения могут сами лезть к фонтам, что все эти терминалы вряд ли делают. Все они обращаются к стандартному механизму.

Исходная версия Zubok, :

Вполне может быть, что xterm и все эти терминалы просто не научены это свойство менять самостоятельно, а просто отдают все на откуп fontconfig.

С одной стороны:

Fontconfig contains two essential modules, the configuration module which builds an internal configuration from XML files and the matching module which accepts font patterns and returns the nearest matching font.

С другой стороны:

Font configuration is separate from font matching; <b>applications needing to do their own matching can access the available fonts from the library and perform private matching</b>. The intent is to permit applications to pick and choose appropriate functionality from the library instead of forcing them to choose between this library and a private configuration mechanism. The hope is that this will ensure that configuration of fonts for all applications can be centralized in one place. Centralizing font configuration will simplify and regularize font installation and customization.

То есть если надо обойти работу matching, то приложения могут сами лезть к фонтам, что все эти терминалы вряд ли делают. Все они обращаются к стандартному механизму.