libs-back/Source/xlib
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 Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-back 2008-12-19 13:05:05 +00:00
GNUmakefile.preamble Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
GSXftFontInfo.m For XFT Also request spacing information. 2010-08-10 19:21:31 +00:00
linking.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
XGBitmap.m Fix some compiler warnings. 2009-02-05 18:27:43 +00:00
XGCommonFont.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
XGContext.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
XGFont.m Adjust to the CGFloat change for NSFont 2010-02-20 16:33:30 +00:00
XGFontManager.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
XGFontSetFontInfo.m Adjust to the CGFloat change for NSFont 2010-02-20 16:33:30 +00:00
XGGeometry.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
XGGState.m * Source/winlib/WIN32GState.m: 2011-05-26 03:48:58 +00:00