oops, use usWinDescent for CellDescent if the OS/2 table exists
[libgdiplus.git] / README
blob5bee6575c63d2d6f808f6daeb9a1d36bdf7b58fd
1 libgdiplus: An Open Source implementation of the GDI+ API.
3 This is part of the Mono project - http://mono-project.com
5 Requirements:
7         This requires the libraries used by the Cairo vector graphics library
8         to build (freetype2, fontconfig, Xft2 and libpng, basically).
9         See cairo/README. Note that libpixman is included in this package already.
11         If the system cairo is newer than the bundled version (1.6.4) provided
12         by libgdiplus then the newer version will be used
14 To build:
16         ./configure --prefix=YOUPREFIX
17         make
19 To install:
21         make install
23 Optional build options [UNSUPPORTED]
25         --with-pango
27         This build libgdiplus using Pango to render (measure and draw) 
28         all of it's text. This can only be enabled if libgdiplus is built
29         with the *system* cairo and requires Pango version 1.10 (or later).