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:
@@ -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
|
||||
-------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user