The goal of the Pango project is to provide an Open Source framework for the layout and rendering of internationalized text. It uses Unicode for all of its encoding, and will eventually support output in all the world's major languages.
| Tags | Desktop Environment fonts |
|---|---|
| Licenses | LGPL |
Recent releases


Release Notes: Font features can now be enabled through fontconfig snipplets. An infinite loop when starting Inkscape was fixed. Several other minor bugs were fixed.


Release Notes: Minor bugs were fixed.


Release Notes: Several minor bugs were fixed.


Release Notes: Font features can now be enabled through fontconfig snipplets. An infinite loop when starting Inkscape was fixed.


Release Notes: Thread safety has improved. BOT/EOT flags are now passed to HarfBuzz. Other minor bugs have been fixed.
Recent comments
30 Mar 2012 07:06
"I cant compile pango on my system" - I have this problem too
26 Dec 2003 16:03
RPM update messed up computer
I updated pango recently, and it failed to work. I couldn't figure out what was wrong or how to fix it, cuz I couldn't see any text in gnome. I finally figured out that it was pango, I installed KDE (I could see text in KDE for some reason), I downgraded to an old version of pango, and it worked fine. I don't know what went wrong, but I don't plan on updating it for a while.
05 May 2002 12:42
compiling error
i cant compile pango on my system i dunno why i do everything as it is into the manual but i have the following error everytime:
In file included from basic-ft2.c:27:
../../pango/pangoft2.h:41: parse error before `FT_Open_Args'
../../pango/pangoft2.h:45: parse error before `*'
../../pango/pangoft2.h:50: parse error before `*'
../../pango/pangoft2.h:54: parse error before `*'
../../pango/pangoft2.h:75: parse error before `pango_ft2_get_face'
../../pango/pangoft2.h:76: warning: type defaults to `int' in declaration of `pango_ft2_get_face'
../../pango/pangoft2.h:76: warning: data definition has no type or storage class
../../pango/pangoft2.h:83: parse error before `library'
../../pango/pangoft2.h:85: parse error before `pango_ft2_font_cache_load'
../../pango/pangoft2.h:86: parse error before `FT_Open_Args'
../../pango/pangoft2.h:87: warning: type defaults to `int' in declaration of `pango_ft2_font_cache_load'
../../pango/pangoft2.h:87: warning: data definition has no type or storage class
../../pango/pangoft2.h:89: parse error before `FT_Face'
../../pango/pangoft2.h:95: parse error before `FT_Open_Args'
basic-ft2.c: In function `find_char':
basic-ft2.c:129: `FT_Face' undeclared (first use in this function)
basic-ft2.c:129: (Each undeclared identifier is reported only once
basic-ft2.c:129: for each function it appears in.)
basic-ft2.c:129: parse error before `face'
basic-ft2.c:132: `face' undeclared (first use in this function)
basic-ft2.c:133: warning: implicit declaration of function `FT_Get_Char_Index'
basic-ft2.c:133: invalid lvalue in assignment
basic-ft2.c:135: invalid operands to binary |
make[3]: *** [basic-ft2.lo] Error 1
make[3]: Leaving directory `/home/user/tmp/pango-0.16/modules/basic'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/user/tmp/pango-0.16/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/tmp/pango-0.16'
make: *** [all-recursive-am] Error 2