mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04:00
term: load primary fonts in parallel
Use four threads to load the four primary font variants - normal, bold, italic and bold italic. This speeds up initial startup, and reloading of fonts on a DPI change.
This commit is contained in:
parent
2fd5a9ee8d
commit
3adcbf7d4d
2 changed files with 38 additions and 8 deletions
|
|
@ -45,6 +45,9 @@
|
|||
the subpixel order is `none`, then grayscale antialiasing is
|
||||
used. The subpixel order is ignored if antialiasing has been
|
||||
disabled.
|
||||
* The four primary font variants (normal, bold, italic, bold italic)
|
||||
are now loaded in parallel. This speeds up both the initial startup
|
||||
time, as well as a DPI change.
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue