Small text clarification for rendering strategy
This commit is contained in:
parent
828e16b45d
commit
456564f377
@ -192,10 +192,10 @@ If you do want to cat unknown data, use ``cat -v``.
|
|||||||
kitty is not able to use my favorite font?
|
kitty is not able to use my favorite font?
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
|kitty| achieves its stellar performance by caching alpha masks of each rendered
|
|kitty| achieves its stellar performance by caching alpha masks of each
|
||||||
character on the GPU, so that every character needs to be rendered only once.
|
rendered character on the GPU, and rendering them all in parallel. This means
|
||||||
This means it is a strictly character cell based display. As such it can use
|
it is a strictly character cell based display. As such it can use only
|
||||||
only monospace fonts, since every cell in the grid has to be the same size.
|
monospace fonts, since every cell in the grid has to be the same size.
|
||||||
Furthermore, it needs fonts to be freely resizable, so it does not support
|
Furthermore, it needs fonts to be freely resizable, so it does not support
|
||||||
bitmapped fonts.
|
bitmapped fonts.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user