libs-back/Source/cairo
Jeff Teunissen f87842d08a Turn on hinting and subpixel rendering for Cairo.
There's no good reason not to enable subpixel rendering and hinting.
Leaving it off makes GNUstep apps look worse than everything else, in
exchange for having -advancementForGlyph: be totally consistent, which
may not even be necessary.

So, yeah, let's just turn this stuff on. I reused the subpixel default
from back-art to preserve configs, and added a GSFontHinting default to
control text hinting.

Use 0 for whatever Cairo defaults to, 1 for off, 2 for slight hinting,
3 for medium hinting, or 4 for full hinting.
2019-03-26 03:58:18 -04:00
..
CairoContext.m Workarounds to re-display windows on MS Windows. 2015-02-28 02:01:28 +00:00
CairoFaceInfo.m * Source/cairo/CairoFaceInfo.m (-fontFace): Warn about the usage 2013-12-23 12:36:09 +00:00
CairoFontEnumerator.m In preparation for reusing this code in the Opal backend, moved fontconfig code to a dedicated set of classes that are now superclasses of Cairo backend's font classes. 2013-09-10 21:07:03 +00:00
CairoFontInfo.m Turn on hinting and subpixel rendering for Cairo. 2019-03-26 03:58:18 -04:00
CairoGState.m Get DPSshow: to work on scaled windows. 2017-07-31 23:33:34 +02:00
CairoPDFSurface.m * ChangeLog 2012-11-26 05:39:22 +00:00
CairoPSSurface.m * Source/cairo/CairoPDFSurface.m: 2012-09-26 19:09:19 +00:00
CairoSurface.m * Source/cairo/CairoPDFSurface.m: 2012-09-26 19:09:19 +00:00
GNUmakefile In preparation for reusing this code in the Opal backend, moved fontconfig code to a dedicated set of classes that are now superclasses of Cairo backend's font classes. 2013-09-10 21:07:03 +00:00
GNUmakefile.preamble Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
Win32CairoGlitzSurface.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
Win32CairoGState.m Implement dealloc/copyWithZone on Win32CairoGState instance. 2016-04-06 20:43:29 +00:00
Win32CairoSurface.m Workarounds to re-display windows on MS Windows. 2015-02-28 02:01:28 +00:00
XGCairoGlitzSurface.m Revert library license version to 2 until applications can be converted 2008-06-10 04:12:46 +00:00
XGCairoModernSurface.m * Source/cairo/GNUmakefile: 2011-10-13 21:37:44 +00:00
XGCairoSurface.m * Source/cairo/XGCairoSurface.m (-contentsOfScreen:inRect:): 2011-07-03 23:59:35 +00:00
XGCairoXImageSurface.m Silence warnings from clang. 2013-02-10 17:32:47 +00:00