The kSubpixelPositioning_Flag currently means both subpixel advances and glyphs. The CoreGraphics and FreeType font hosts ...
12 years, 10 months ago
(2012-01-05 16:14:49 UTC)
#1
The kSubpixelPositioning_Flag currently means both subpixel advances and glyphs.
The CoreGraphics and FreeType font hosts currently treat this flag this way. The
GDI font host currently will give subpixel advances but not subpixel glyphs.
This change adds kSubpixelPositioning_Flag to the list GDI's ignored flags.
This change should not affect chromium as, while it turns on subpixel
positioning, the Skia GDI font host is not used for metrics.
Issue 5515046: Remove attempt at subpixel handling from GDI font host.
(Closed)
Created 12 years, 10 months ago by bungeman
Modified 12 years, 10 months ago
Reviewers: reed1
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0