📄 news
字号:
Morten Welinder]* Fix header file includes to work with recent FreeType.Overview of changes between 1.2.x and 1.3.0===========================================* Share modules between the FT2 and Xft backend. Export PangoFcFont and PangoFcFontMap base classes so that other fontconfig based backends can be written and use these same modules.* Redo module system to use GTypeModule and work much like GTK+ theme engines and input method modules.* Change modules to declare coverage by script, rather than by code point. Add a ->covers callback so that modules can dynamically decide whether they can cover a particular codepoint with a given font. (This will allow multiple modules to handle a script for different types fonts.)* Complete rewrite of itemization pass. Now uses script information to improve language tags. This solves problems with incorrect language tags resulting in drastically wrong fonts being selected by fontconfig.* Add backspace-deletes-character PangoLogAttr; will allow proper deletion behavior for non-Western scripts. [Noah Levitt]* Add pango_fc_font_kern_glyphs(), which speeds up kerning a lot over doing it pair-by-pair. [Soeren Sandmann]. Kern in the Xft backend as well as the FT2 backend.* Remove the X font backend, except a minimal set of stubs to maintain binary compatibility.* Many improvements to pangoft2topgm to allow displaying PangoMarkup, saving to different file formats, etc.* Convert build system to automake-1.7; many cleanups and improvements. [James Henstridge]* Documentation additions and improvements [Matthias Clasen, Martin Pool]; add man pages for the included binaries. [Matthias]* Misc bug and build fixes [Josh Beam, Tony Graham, Kaushal Kumar, Noah, Mehran Mehr, Soeren, Morten Welinder]* Win32 build fixes [Tor Lillqvist, Hans Breuer]============================================================Overview of Changes in Pango 1.2.5==================================* Fix a problem where the indic-xft shaper didn't get linked against all necessary files.Overview of Changes in Pango 1.2.4==================================* Win32 [Tor Lillqvist] - Avoid calling Uniscribe when not necessary [Hans Breuer] - Build fixes* Indic shaper - Add pre-base-matra fixup code from ICU [Sivaraj Doddannan] - Port of Bengali rendering fix from ICU [Taneem Ahmed]* OpenType - Port various fixes by Werner Lemberg from FreeType version - Port various fixes by Lars Knoll from Qt version - Many other bug fixes [Kailash C. Chowksey, Me]* Fix bugs in FT2 rendering code [Sven Neumann]* Remove Qt-based example program; was causing compilation problems for a lot of people.* Doc fixes [Noah Levitt]* Misc bug fixes [Dave Cuthbert, Damon Chaplin, Christophe Fergeau, Tony Graham, Morten Welinder]* Build fixes [Sven Neumann, Benedikt Spranger]Overview of Changes in Pango 1.2.3==================================* Fix operation with --disable-debug [Jeff Waugh]* Improve handling of ink rectangle extents for empty runs* Fix problem with keynav at line boundaries for RTL text [Matthias Clasen]Overview of Changes in Pango 1.2.2==================================* Cache fontsets for the Xft and FT2 backends, a large speedup for short strings [Owen Taylor, Soeren Sandmann]* Make built in rendering functions, especially the FT2 one, work more like the GDK implementation [Sven Neumann]* Add an indic-ft2 module [Kapil Chowskey], Add a thai-ft2 module [Theppitak Karoonboonyanan]* Optimize pango_x_render() by drawing multiple character with a single request when possible [Morten Welinder]* Change the handling of attributes that cover only partial glyphs [Owen, Taneem Ahmed, Sunil Mohan Adapa]* Fix problems with Arial Unicode and the Opentype code [Owen, Noah Levitt]* Fix common crash for fonts missing a GDEF table* Fix common portability problem with informative output at end of configure.* Build cleanups and fixes [Tim Mooney, Chris Ross, Akira Tagoh, Will Partain, James Su]* Miscellaneous bug fixes and cleanups [Simon Budig, Rick Jones, Noah, Padraig O'Briain, Benjamin Otte, Andrey Panov, Federic Zhang]* Documentation fixes [Tim, Sven]Overview of Changes in Pango 1.2.1==================================* Handle older TrueType Open Arabic fonts.* Make Win32 backend handle a common TrueType font bug [Tor Lillqvist]* Fix crash with some non-BMP characters [Morten Welinder]* Avoid crashing on font descriptions like " 12" [Padraig O'Briain]* Minor build fixes [Rich Burridge, Sven Neumann]============================================================Changes between 1.1.6 and 1.2.0* Documentation fixesChanges between 1.1.5 and 1.1.6* Fix crash with isolated Hangul tone marks.* Improve font solection for Hangul tone marks* Improve range definitions for basic-xft [Jungshik Shin]* Docs improvements [Matthias Clasen]Changes between 1.1.4 and 1.1.5* Fix wrap-around coordinate problems for X, Xt.* Draw unknown character boxes with X primitives for the X backend instead of hoping for a suitable glyph [Morten Welinder]* Fix crash with FT2 arabic shaper from using face->generic.data for two things.* For Xft/FT2, give an informative error mesage when no fonts are found.* Support shape modules with ranges beyond the BMP [Federic Zhang]* Use octal escapes rather than literal UTF-8 [Arnaud Charlet]* Use g_[sf]printf where appropriate [Matthias Clasen]* Doc improvements [Matthias]* Misc build and bug fixes [Tony Graham, Kjartan Maraas]Changes between 1.1.3 and 1.1.4* Fix the Arabic-words-broken-by-underlines problem by stripping out non-shape affecting attributes then adding them back after shaping.* Hangul shaper fixes [Changwoo Ryu, Jungshik Shin]* Handle compatability ideographs in basic-x shaper [Federic Zhang]* Rename function parameters to avoid shadowing system headres [Soeren Sandmann]* Fix memory leak in Win32 backend [Tor Lillqvist]* Fix crasher problem with non-BMP characters [He Qiangqiang]* Implement pango_ft2_font_map_set_default_substitute() [Matthias Clasen]* Doc improvements [Matthias Clasen, Michael R. Walton, Jungshik Shin]* Misc bug and build fixes [Dagfinn I. Mannsåker, Tony Graham, Dan Mills, Sebastian Wilhelmi]Changes between 1.1.2 and 1.1.3* Hangul module bug fixes and improvements [Changwoo Ryu, Jungshik Shin] - Move rendering of precomposed characters to hangul-xft shaper - Handle Hangul tone marks* Win32 improvements [Tor Lillqvist] - Use Uniscribe when present* Some doc build fixes [Matthias Clasen]* Code cleanup [Manish Singh]* Fix assertion failure in PangoLayout [Alex Larsson]* Fix memory leak when freeing fontmaps [Sven Neumann]Changes between 1.1.1 and 1.1.2* Add a new wrap mode for PangoLayout - PANGO_WRAP_WORD_CHAR [Alex Larsson]* Win32 work [Tor Lillqvist] - Handle choosing the right font for CJK languages based on language tags. - Fix boxes showing up for tabs [Florent Duguet] - Better handling of finding ASCII font names. - Cygwin compilation fix [Masahiro Sakai] - Fix --with-included-modules on win32 [Arnaud Charlet] - Various build fixes and cleanups* Indic module improvements [Eric Mader]* Fixes to generic OpenType handling [Eric]* Improve language specific charset ordering basic-x11 [James Su, Brian Yuan]* Some merges of fixes by Werner Lemberg to the original FreeType OpenType code.* Robustify and otherwise improve pango_color_parse() [Matthias Clasen]* Some cross-compiling fixes [J. Ali Harlow]* Bug fix for pango_scan_int() needed for recent GTK+.Changes between 1.1.0 and 1.1.1* Merge a lot of the code between the Xft and FT2 backend, so that the FT2 backend gets the recent improvements to Xft.* Add proper language tag support to the Xft/FT2 backends.* Various effienciency fixes for the Xft/FT2 backends.Changes between 1.0.x and 1.1.0* Support for version 2 of the Xft library. [Keith Packard]* Convert the freetype backend over to using fontconfig, instead of MiniXft for font cataloging.* A port of the Indic OpenType code from ICU to Pango. [Eric Mader]* A new hangul-xft [Changwoo Ryu]* Bug-fixes to the OpenType handling code.* Various cleanups to the PangoXft and PangoFT2 public APIs.* Docs switched over to DocBook XML. [Matthias Clasen]============================================================Changes between 1.0.3 and 1.0.4* Add Thai shaper for Xft [Theppitak Karoonboonyanan]* Support GB-18030, BIG5-HKSCS, CNS-11643, GBK encodings for basic-x shaper [Qingjiang (Brian) Yuan]* Support ksc5601.1992-3 fonts in hangul-x shpaer [Qingjiang (Brian) Yuan, Changwoo Ryu]* Support new Arabic characters in Unicode 3.2 [Roozbeh Pournader]* Bug fixes [Jacob Berkman, Arnaud Charlet, David L. Cooper II, Choe Hwangjin, Alex Larsson, Sven Neumann, Matthias Warkus, Yao Zhang]Changes between 1.0.2 and 1.0.3* Change algorithm for mapping points to pixels on Windows to match the system method. [Joaquin Cuenca Abela, Tor Lillqvist]* Fix family listing for the FT2 backend. [Sven Neumann]* Fix memory leak in pango_font_real_get_metrics() [Matthias Clasen]* Some compilation warning fixes. [David L. Cooper II]* Fix passing attr_list == NULL to pango_parse_markip [Andreas J. Guelzow]Changes between 1.0.1 and 1.0.2* Support building with FreeType 2.1.0* List Sans,Serif,Monospace when listing fonts for the Xft and FT2 backends. (Xavier Cho)* Portability fixes. (David L. Cooper II, Jacob Berkman)* Fix problem with pango-querymodules using g_print().Changes between 1.0.0 and 1.0.1* Documentation improvements [Matthias Clasen]* Use new API in FreeType 2.0.9 to greatly speed up coverage calculation for Xft and FT2 backends.* Some fixes for reading of OpenType tables.* Add -D_REENTRANT to compilation when necessary. [Sven Neumann]* Try and enable ClearType for Win32 backend. [Tor Lillqvist]* Fixes for Korean glyphs in the basic-x shaper [Changwoo Ryu]* Improvements for computation of average char/digit width [Sven Neumann]* Bug and error reporting fixes [Arnaud Charlet, Erwann Chenede, Mikael Hallendal, Stefan Israelsson, Alex Larsson, Soeren Sandmann, Dan Winship]============================================================Changes between 1.0.0 rc2 and 1.0.0* Updated README files.* Minor build fixes [Tor Lillqvist, Jacob Berkman]Changes between 1.0.0 rc1 and 1.0.0 rc2* Fix missing weight names when parsing font names [Arnaud Charlet]* Build fixes [Martin Gansser, Manish Singh]Changes between 0.26 and 1.0.0 rc1* Try to build libraries with only shared library dependencies on Xft to deal with transition to Xft2.* Efficiency improvements for Xft backend* Bug, build and portability fixesContributors: Jacob Berkman, Abel Cheung, David L. Cooper II, Miroslaw Dobrzanski-Neumann, , Dov Grobgeld, Alex Larsson, Tor Lillqvist, Sven Neumann, Gediminas Paulauskas, Manish Singh, Raymond Wan, Richard Warren.Changes between 0.25 and 0.26* Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]* Fix zero-width characters being displayed [Sven Neumann]* Add some padding to class structures [Owen Taylor]Changes between 0.24 and 0.25* Win32 fixes [Tor Lillqvist, Hans Breuer]* Cleanup of <ctype.h> [Darin Adler]* Bug and build fixes [Anders Carlsson, Sven Neumann, Havoc Pennington, Morten Welinder]Changes between 0.23 and 0.24* Win32 backend improvements [Tor Lillqvist]* Doc improvements [Havoc Pennington, Dennis Bjorklund]* Fix problem where "foo\n" was treated as one paragraph by pango-layout, not two. [Arjan J. Molenaar, Owen Taylor]* Add glyph caching to FT2 backend [Alex Larsson]* Try to make configure checks for Qt-based example more robust [Owen]* New example program for FT2 backend [Dov Grobgeld]* Arabic shaper for FT2 backend [Andreas Bogk, Sven Neumann]* Bug fixesOther contributors: Mikael Hermansson, Darin Adler, Hidetoshi Tajima, Zack Rusin, Jacob Berkman, Jason Tackaberry, Evan Martin, Matthias ClasenChanges between 0.22 and 0.23* Documentation improvements [Matthias Clasen]* Win32 fixes [Hans Breuer]* Improve search for XftConfig [Manish Singh]* Fixes for crashes in Hangul shaper [Owen Taylor]* Improvements to Arabic shapers for X and Xft [Roozbeh Pournader]* Add jisx0212, jisx0201, Big5 support to basic shaper [HideToshi Tajima]* Many bug fixesOther contributors: Darin Adler, Dennis Dementiev, Sebastian Klemke, Alex Larsson, Sven Neumann, Joshua Pritikin, Padraig O'Briain, Kristian Rietveld, Sebastian WilhelmiChanges between 0.21 and 0.22* Documentation improvements [Matthias Clasen]* Win32 fixes [Tor Lillqvist, Hans Breuer]* Improve line-breaking algorithm to not be O(n^2) [Alex Larsson]* API addition to render to Xrender drawable* Restructure so that "font sets" are handled by the core for all backends [Alex]* Use the Xft fon
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -