Tiny Core Linux
Tiny Core Base => Corepure64 => Topic started by: tinycorelinux on November 20, 2020, 05:25:55 AM
-
Hi All. long time no see.
How to achieve "screen font edge smoothing or anti aliasing" appearance effect(Picture 1)?
I have changed the font, changed the terminal, and modified the configuration information of the terminal,
which can not be solved. What is the matter? thank you
-
I believe you would change things in /usr/local/etc/fonts/conf.d
-
I can't see any difference, other than in the eastern glyphs. Those are clearly using a different font in your two pictures.
-
You can see the difference if you zoom in on the picture. The Chinese characters will have jagged edges and aliasing in the second picture, but not in the first picture.
Those are clearly using a different font in your two pictures.
I'm using the same font, so to speak, for different machines, like Windows, Debian
-
Which terminal are you using? Both these screenshots look like they were taken in the same terminal window.
-
Which terminal are you using?
urxvt,my terminal I have configured, but only useful for english.
-
If both screenshots were taken in the same window, then they used the same font. You did not say which font you are using in TCL. We are not seeing what you see as different. Urxvt supports anti-aliasing. You may need to adjust some settings in ~/.Xdefaults:
Xft.dpi: 96.0
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
URxvt*scrollBar: true
URxvt*transparent: true
URxvt*title: Terminal
URxvt*foreground: white
URxvt*background: black
#URxvt*font: xft:DejaVu Sans Mono:style=Book:size=10
URxvt*font: xft:Hack:style=Regular:size=10
#URxvt*font: xft:Unifont:style=Regular:size=12
#URxvt*font: xft:Code2002:style=regular:size=12
#URxvt*font: xft:Noto Sans Disp Blk:style=Regular:size=10
#URxvt*font: xft:Terminus:style=Regular:size=20
URxvt*cursorColor: green
URxvt*fading: 20
URxvt*shading: 50
URxvt*color12: DodgerBlue1
URxvt*saveLines: 1000
URxvt*letterSpace: 0
URxvt*iso14755: 1
-
You may need to adjust some settings in ~/.Xdefaults:
Done.