Skip to content

C-based implementation of the GDI+ API

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

NickLion/libgdiplus

 
 

Repository files navigation

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).


About

C-based implementation of the GDI+ API

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 77.5%
  • PHP 20.1%
  • HTML 1.6%
  • Other 0.8%