Fixup description (pango cut'n'paste)

This commit is contained in:
Peter Korsgaard 2007-01-17 13:49:35 +00:00
parent 0615fe84c7
commit f194cb5635

View File

@ -5,10 +5,10 @@ config BR2_PACKAGE_CAIRO
select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_XORG select BR2_PACKAGE_XORG
help help
Pango is a library for laying out and rendering of text, with an Cairo is a 2D graphics library with support for multiple
emphasis on internationalization. Pango can be used anywhere that output devices. Currently supported output targets include
text layout is needed, though most of the work on Pango so far has the X Window System, Win32, image buffers, and PostScript,
been done in the context of the GTK+ widget toolkit. Pango forms the PDF, and SVG file output. Experimental backends include
core of text and font handling for GTK+-2.x. OpenGL (through glitz), Quartz, and XCB.
http://www.pango.org/ http://cairographics.org/