...
This commit is contained in:
parent
d1e54a1d3b
commit
e388326929
@ -40,7 +40,7 @@ Detailed list of changes
|
||||
|
||||
- Text rendering: Use sRGB correct linear gamma blending for nicer font rendering and better color accuracy with transparent windows. See the option :opt:`text_composition_strategy` for details. The obsolete :opt:`macos_thicken_font` will make the font too thick and needs to be removed manually if it is configured. (:pull:`5969`)
|
||||
|
||||
- Fix a regression in 0.27.0 that broke kitty @ set-font-size 0 (:iss:`5992`)
|
||||
- Fix a regression in 0.27.0 that broke ``kitty @ set-font-size 0`` (:iss:`5992`)
|
||||
|
||||
- launch: When using ``--cwd=current`` for a remote system support running non shell commands as well (:disc:`5987`)
|
||||
|
||||
|
||||
@ -248,20 +248,20 @@ are composited. This will make dark text on light backgrounds look thicker and
|
||||
light text on dark backgrounds thinner. It might also make some text appear like
|
||||
the strokes are uneven.
|
||||
|
||||
You can fine tune the actual contrast curve used for glyph composition
|
||||
by specifying two space separated numbers for this setting.
|
||||
You can fine tune the actual contrast curve used for glyph composition by
|
||||
specifying two space separated numbers for this setting.
|
||||
|
||||
The first number is the gamma adjustment, which controls the thickness of dark
|
||||
text on light backgrounds. Increasing the value will make text appear thicker.
|
||||
The default value for this is :code:`1.0` on Linux and :code:`1.7` on macOS.
|
||||
Valid values are :code:`0.01` and above. The result is scaled based on the luminance
|
||||
difference between the background and the foreground. Dark text on light
|
||||
backgrounds receives the full impact of the curve while light text on dark
|
||||
Valid values are :code:`0.01` and above. The result is scaled based on the
|
||||
luminance difference between the background and the foreground. Dark text on
|
||||
light backgrounds receives the full impact of the curve while light text on dark
|
||||
backgrounds is affected very little.
|
||||
|
||||
The second number is an additional multiplicative contrast. It is percentage
|
||||
ranging from 0 to 100. The default value is :code:`0` on Linux and :code:`30`
|
||||
on macOS.
|
||||
ranging from :code:`0` to :code:`100`. The default value is :code:`0` on Linux
|
||||
and :code:`30` on macOS.
|
||||
''')
|
||||
|
||||
egr() # }}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user