libs-back/Source/winlib
Eric Wasylishen 07638f13fc * Source/winlib/WIN32GState.m:
* Source/art/ARTGState.m:
* Source/cairo/CairoGState.m:
* Source/xlib/XGGState.m:
* Source/gsc/GSContext.m:
* Source/gsc/GSGState.m:
* Headers/gsc/GSGStateOps.h:
Add a new interface, GSShowGlyphsWithAdvances, which replaces
GSShowGlyphs as the primitive text drawing method.

None of the backends implement it properly yet; I simply renamed
the existing -GSShowGlyphs:: methods to -GSShowGlyphsWithAdvances:::,
so they currently ignore the glyph advances.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@33121 72102866-910b-0410-8b05-ffd578937521
2011-05-26 03:48:58 +00:00
..
.cvsignore Update FSF Address 2005-05-26 22:51:53 +00:00
GNUmakefile Minor tidyups to back makefiles; removed references to GNUmakefile.local (totally obsolete) and minor fix for uninstalling 2010-02-11 18:28:58 +00:00
GNUmakefile.preamble Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
WIN32Context.m Fixed Windows backend issues introduced with r30523 where images are drawn at 2010-06-22 22:18:56 +00:00
WIN32FontEnumerator.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
WIN32FontInfo.m core/back: replace objc_{malloc/free} with malloc/free 2010-11-18 20:28:15 +00:00
WIN32GState.m * Source/winlib/WIN32GState.m: 2011-05-26 03:48:58 +00:00