No description
  • C 96.5%
  • HTML 2%
  • M4 0.9%
  • Shell 0.3%
  • Makefile 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Alex Rønne Petersen 966d23e521 Merge pull request #21 from ranma42/tests
Enable testing
2014-06-18 17:21:23 +02:00
docs Some minimal documentation about using valgrind to debug libgdiplus and about the different implementations to support regions 2006-03-23 15:31:01 +00:00
src Merge pull request #19 from akoeplinger/fix-cairo-pen-adjustment-on-linux 2014-06-10 02:12:50 +02:00
tests Fix testbits 2014-06-18 17:14:36 +02:00
.cvsignore * src/image.c, src/gdip.h: Added GdipDrawImage/DrawImageRect 2004-04-04 21:01:22 +00:00
.gitignore Replace "Status" which was a typedef from X11 with "GpStatus" from GDI+ 2010-08-06 17:40:02 -04:00
AUTHORS - Merged cairo 1.0 branch of GDI+ 2005-08-29 18:11:27 +00:00
autogen.sh Removed bundled cairo and pixman. 2014-06-10 23:50:18 +02:00
ChangeLog 2009-01-02 Sebastien Pouliot <sebastien@ximian.com> 2009-01-02 18:12:28 +00:00
configure.ac Check that Cairo is installed in configure.ac again 2014-06-11 14:48:09 +02:00
COPYING Initial revision 2004-01-31 06:21:08 +00:00
INSTALL - Merged cairo 1.0 branch of GDI+ 2005-08-29 18:11:27 +00:00
libgdiplus.pc.in revert this, it breaks for libexif and anyway the new options aren't supported 2007-08-09 14:15:50 +00:00
libgdiplus0.spec.in Removed bundled cairo and pixman. 2014-06-10 23:50:18 +02:00
LICENSE Add new license 2004-09-20 15:46:35 +00:00
Makefile.am Removed bundled cairo and pixman. 2014-06-10 23:50:18 +02:00
MPL-1.1.html Add new license 2004-09-20 15:46:35 +00:00
NEWS 2007-08-09 Sebastien Pouliot <sebastien@ximian.com> 2007-08-09 13:09:27 +00:00
README Removed bundled cairo and pixman. 2014-06-10 23:50:18 +02:00
TODO 2007-08-09 Sebastien Pouliot <sebastien@ximian.com> 2007-08-09 13:09:27 +00:00

libgdiplus: An Open Source implementation of the GDI+ API.

This is part of the Mono project - http://mono-project.com

Requirements:

	This requires the libraries used by the Cairo vector graphics library
	to build (freetype2, fontconfig, Xft2 and libpng, basically).

To build:

	./configure --prefix=YOUPREFIX
	make

To install:

	make install

Optional build options [UNSUPPORTED]

	--with-pango

	This builds libgdiplus using Pango to render (measure and draw) 
	all of it's text. This requires Pango version 1.10 (or later).