- Update to 2.4.6:

* Updated UnicodeData to 14.0
  * Fixed fcft_glyph.wc to be the Unicode codepoint instead of font index.
  * Fixed assertion in glyph_cache_resize when rasterizing a large amount of
    code points.
  * Fixed bad performance of grapheme cache when rasterizing
    many grapheme clusters.

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/fcft?expand=0&rev=10
This commit is contained in:
Arnav Singh
2021-10-26 05:41:29 +00:00
committed by Git OBS Bridge
parent 8a24402e3b
commit 45a6b3a01f
4 changed files with 15 additions and 4 deletions
+11
View File
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 26 05:34:54 UTC 2021 - Arnav Singh <opensuse@arnavion.dev>
- Update to 2.4.6:
* Updated UnicodeData to 14.0
* Fixed fcft_glyph.wc to be the Unicode codepoint instead of font index.
* Fixed assertion in glyph_cache_resize when rasterizing a large amount of
code points.
* Fixed bad performance of grapheme cache when rasterizing
many grapheme clusters.
-------------------------------------------------------------------
Sat Aug 14 16:40:38 UTC 2021 - Arnav Singh <opensuse@arnavion.dev>