mirror of
https://github.com/gusmanb/libgdiplus
synced 2026-07-21 12:23:56 +00:00
No description
- C 96.5%
- HTML 2%
- M4 0.9%
- Shell 0.3%
- Makefile 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| docs | ||
| src | ||
| tests | ||
| .cvsignore | ||
| .gitignore | ||
| AUTHORS | ||
| autogen.sh | ||
| ChangeLog | ||
| configure.ac | ||
| COPYING | ||
| INSTALL | ||
| libgdiplus.pc.in | ||
| libgdiplus0.spec.in | ||
| LICENSE | ||
| Makefile.am | ||
| MPL-1.1.html | ||
| NEWS | ||
| README | ||
| TODO | ||
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).