From 068ea4cad37cf0cfd309f5dd5f9623a9c590ae35 Mon Sep 17 00:00:00 2001 From: "nkostylev@chromium.org" Date: Mon, 22 Nov 2010 20:57:18 +0000 Subject: [cros] Adjust default font sizes for new hand hinted fonts. BUG=chromium-os:8658 TEST=Manual. Review URL: http://codereview.chromium.org/5180002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66999 0039d316-1c4b-4281-b951-d872f2087c98 --- build/build_config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build') diff --git a/build/build_config.h b/build/build_config.h index 3218a05..0bfccd7 100644 --- a/build/build_config.h +++ b/build/build_config.h @@ -127,4 +127,10 @@ #error Please add support for your compiler in build/build_config.h #endif +#if defined(OS_CHROMEOS) +// Single define to trigger whether CrOS fonts have BCI on. +// In that case font sizes/deltas should be adjusted. +//define CROS_FONTS_USING_BCI +#endif + #endif // BUILD_BUILD_CONFIG_H_ -- cgit v1.1