skia2/gm/system_preferences.h
epoger@google.com 7bc13a6260 Set LCD font smoothing to "medium" for gm on Mac, regardless of system settings
http://code.google.com/p/skia/issues/detail?id=382 ('make gm results consistent regardless of system LCDtext settings')
Review URL: https://codereview.appspot.com/5661043

git-svn-id: http://skia.googlecode.com/svn/trunk@3184 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-02-14 14:53:59 +00:00

13 lines
379 B
C

/*
* Copyright 2012 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
// Set up system preferences with a known state.
// This is implemented on a per-platform basis.
// TODO(epoger): move this out of gm/ into a more common directory, so
// that it can be used more broadly.
void setSystemPreferences();