feat(draw/sw): added support for 3 bpp font rendering (#7350)

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
RomanLuchyshyn
2024-12-20 14:50:01 +02:00
committed by GitHub
parent 3146313e44
commit 27ebfc20ad
16 changed files with 1314 additions and 1432 deletions

View File

@@ -221,7 +221,8 @@ However, there are some limitations:
Compressed fonts
----------------
The bitmaps of fonts can be compressed by
The built-in font engine supports compressed bitmaps.
Compressed fonts can be generated by
- ticking the ``Compressed`` check box in the online converter
- not passing the ``--no-compress`` flag to the offline converter (compression is applied by default)
@@ -235,6 +236,8 @@ because
- they can be compressed better
- and probably they are used less frequently then the medium-sized fonts, so the performance cost is smaller.
Compressed fonts also support ``bpp=3``.
Kerning
-------