Remove usePrinterFont() property of FontDescription
Since we have subpixel positioning, we can permanently switch to
using so called "printer fonts" on Mac and remove the platform
specific property from FontDescription. This permanently disables
hinting, as discussed with eseidel and behdad.
For LayoutTests, as on other platforms, we keep hinted fonts,
only disable hinting for a group of subpixel positioning tests,
as previously done on Windows for DirectWrite testing.
BUG=
373240,
377696
R=eae,dglazkov,leviw
Committed:
https://src.chromium.org/viewvc/blink?view=rev&revision=174930