Hello Carl,

sorry to bother you again with an off-topic question (not referring to this 
bug report)---I simply do not know whom else to ask / where else to post it:

I can see no difference between hintfull and hintmedium, but a large 
difference between hintmedium and hintslight, but it is actually a "true in-
between" of hintfull and hintslight I am searching for. Meaning: hintmedium / 
hintfull hints too strong for me (actually I like the strong hinting when it 
comes to single letters, but it destroyes my kerning in the whole text---at 
least for larger fonts in the browser) and hintslight is too weak (the kerning 
looks great, but the letter become way to fuzzy / "unsharp").

Can this be the case (that there is no true option hintmedium and it is 
automatically interpreted as hintfull)?


I worked around it for now in the following way:

> <?xml version='1.0'?>
> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
> <fontconfig>
>  <match target="font" >
>   <edit mode="assign" name="rgba" >
>    <const>rgb</const>
>   </edit>
>  </match>
>  <match target="font" >
>   <edit mode="assign" name="hinting" >
>    <bool>true</bool>
>   </edit>
>  </match>
>  <match target="font" >
>   <edit mode="assign" name="hintstyle" >
>    <const>hintmedium</const>
>   </edit>
>  </match>
>  <match target="font" >
>   <edit mode="assign" name="lcdfilter" >
>    <const>lcddefault</const>
>   </edit>
>  </match>>
>  <match target="font" >
>   <test compare="not_eq" name="slant" qual="any" >
>    <const>roman</const>
>   </test>
>   <test compare="less" name="weight" >
>    <const>medium</const>
>   </test>
>   <edit mode="assign" name="hintstyle" >
>    <const>hintslight</const>
>   </edit>
>  </match>
>  <match target="font" >
>   <edit mode="assign" name="antialias" >
>    <bool>true</bool>
>   </edit>
>  </match>
>  <match target="font" >
>   <test compare="more_eq" name="size" qual="any" >
>    <double>10</double>
>   </test>
> <edit mode="assign" name="hintstyle" >
>    <const>hintslight</const>
>   </edit>
>  </match>
>  <match target="font" >
>   <test compare="more_eq" name="pixelsize" qual="any" >
>    <double>16</double>
>   </test>
> <edit mode="assign" name="hintstyle" >
>    <const>hintslight</const>
>   </edit>
>  </match>
> </fontconfig>

Sorry for the annoying perfectionism,
micu
--
GnuPG:          https://www1.inf.tu-dresden.de/~s3418892/micuintus.asc
Fingerprint:    1A15 A480 1F8B 07F6 9D12 3426 CEFE 7455 E4CB 4E80

<<</>>

https://wiki.c3d2.de/Benutzer:Micuintus



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to