Files
loongoffice/external/freetype
Tor Lillqvist 49f6c5907a Fix freetype and fontconfig problems
We need to do a "make install" in freetype so that what freetype-config --libs
outputs is correct. We don't use freetype-config ourselves but fontconfig
does, and it builds some test programs.

The bundled freetype and fontconfig are built only for Android.

Change-Id: Ib622cc48a0c4eb6a72188bc83c8d36b39f97fdca
2013-10-24 23:14:24 +03:00
..

This "bundled" freetype is built only in an Android build

FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable,
and portable while capable of producing high-quality output (glyph images). It can be
used in graphics libraries, display servers, font conversion tools, text image generation
tools, and many other products as well.

From [http://freetype.sourceforge.net/freetype2/index.html]