mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[lang] Change "full" to "best" (#8141)
I guess `full` was in on of the old iterations. Might affect translations though
This commit is contained in:
@@ -610,7 +610,7 @@ If a font variation is not available, as well as for fractional adjustments, it
|
||||
|
||||
- off: no kerning.
|
||||
- fast: use FreeType's kerning implementation (no ligatures).
|
||||
- good: use HarfBuzz's light kerning implementation (faster than full but no ligatures and limited support for non-western scripts)
|
||||
- good: use HarfBuzz's light kerning implementation (faster than best but no ligatures and limited support for non-western scripts)
|
||||
- best: use HarfBuzz's full kerning implementation (slower, but may support ligatures with some fonts; also needed to properly display joined arabic glyphs and some other scripts).
|
||||
|
||||
(Font Hinting may need to be adjusted for the best result with either kerning implementation.)]]),
|
||||
|
||||
Reference in New Issue
Block a user