blewz 发表于 2005-11-19 20:10:59

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.


不知道性能提高一点没有。。。。

cobranail 发表于 2005-11-19 22:40:50

Respect fontconfig reassignment of font pixelsize.

呵呵…… :-D

xLoneStar 发表于 2005-11-20 01:55:15

呵呵,赞一个

mandrakechina 发表于 2005-11-20 16:02:43


* Optimize character to script mapping by adding a linear table for

characters < U+2000, and also caching the last mid point in

bsearch.

比较关心这个。

ggad 发表于 2005-11-21 12:43:24

赞。 :mrgreen:

lilyerr 发表于 2005-11-22 09:23:47

的确应该赞。
页: [1]
查看完整版本: pango 1.11.0 released