pango 1.11.0 released
Overview of changes between 1.10.1 and 1.11.0=============================================
* Line-breaking algorithm updated to Unicode 4.1.
* Code borrowed from GNU FriBidi resynched to version 1.0.7.
* New improved Tibetan shaper module.
* Bug fix in Khmer shaper module.
* Respect fontconfig reassignment of font pixelsize.
* Make OpenType GPOS handling more robust/correct.
* Various documentation fixes and improvements.
* Various gcc warning fixes.
* Misc bug fixes.
Optimizations:
* Add a lazy fixed-size per-font cache to map characters to glyphs,
in the cairo backend.
* Optimize character to script mapping by adding a linear table for
characters < U+2000, and also caching the last mid point in
bsearch.
* Enabled mini-fribidi's trashstack instead of direct mallocs.
* Short circuit the bidi algorithm for provably unidirectional text.
* Make mini-fribidi process UTF-8 directly.
* Several strlen and g_utf8_strlen calls removed.
* Use call tables in the OpenType layout code.
* Use quarks for accessing GObject data.
* Open Pango modules with lazy-bind flags.
* Use new negative offsets in g_utf8_pointer_to_offset to avoid
scanning from the beginning of line on cursor movement.
* Avoid redundant PANGO_IS_FC_FONT checks.
不知道性能提高一点没有。。。。 Respect fontconfig reassignment of font pixelsize.
呵呵…… :-D 呵呵,赞一个
* Optimize character to script mapping by adding a linear table for
characters < U+2000, and also caching the last mid point in
bsearch.
比较关心这个。 赞。 :mrgreen: 的确应该赞。
页:
[1]