Снова старое - сглаживание в chrome

Firefox, Opera, Chromium и прочее.

Модератор: /dev/random

Ответить
SergMarkov15
Сообщения: 117

Снова старое - сглаживание в chrome

Сообщение SergMarkov15 »

Изображение
Слева хром, справа worker, font - Liberation
/home/--/.fonts.conf

Код: Выделить всё

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

<!--
    This file modified by Font Manager.

    Do NOT edit this file, it will be replaced on startup.

    Should you wish to customize anything please use

      /home/ed/.config/font-manager/local.conf
-->

    <include ignore_missing="yes">/home/ed/.config/font-manager/conf.d</include>
    <include ignore_missing="yes">/home/ed/.config/font-manager/directories.conf</include>
    <include ignore_missing="yes">/home/ed/.config/font-manager/local.conf</include>
    <include ignore_missing="yes">/home/ed/.config/font-manager/select.conf</include>

</fontconfig>


/home/--/.config/font-manager/conf.d/25-Liberation Sans.conf

Код: Выделить всё

<?xml version="1.0"?>
<fontconfig>
  <!-- Liberation Sans Regular -->
  <match target="font">
    <test name="family">
      <string>Liberation Sans</string>
    </test>
    <test name="slant" compare="eq">
      <const>roman</const>
    </test>
    <test name="weight" compare="more_eq">
      <int>75</int>
    </test>
    <test name="weight" compare="less_eq">
      <int>80</int>
    </test>
    <test name="width" compare="eq">
      <const>normal</const>
    </test>
    <edit name="antialias" mode="assign">
      <bool>True</bool>
    </edit>
    <edit name="autohint" mode="assign">
      <bool>False</bool>
    </edit>
    <edit name="hinting" mode="assign">
      <bool>True</bool>
    </edit>
    <edit name="hintstyle" mode="assign">
      <const>hintfull</const>
    </edit>
    <edit name="globaladvance" mode="assign">
      <bool>False</bool>
    </edit>
    <edit name="embeddedbitmap" mode="assign">
      <bool>False</bool>
    </edit>
  </match>
</fontconfig>


Чего ему надо?

PS В .Xdefaults что то совать со шрифтами крайне неохота, поскольку сбиваются уже настроенные font-manager`ом шрифты
Спасибо сказали:
SergMarkov15
Сообщения: 117

Re: Снова старое - сглаживание в chrome

Сообщение SergMarkov15 »

Вопрос снят переделкой расширения ubuntu font под liberation и установки
macosx fontrendering вместе c chrome antialiasing
Спасибо сказали:
Ответить