[go: nahoru, domu]

blob: b19e6915fb535580f0819351d102fc8df7d2777a [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_GFX_FONT_UTIL_WIN_H_
#define UI_GFX_FONT_UTIL_WIN_H_
#include "base/win/registry.h"
namespace gfx {
class FontUtilWin {
public:
static base::win::RegKey GetTextSettingsRegistryKey(REGSAM access = KEY_READ);
static float GetContrastFromRegistry();
static float GetGammaFromRegistry();
};
} // namespace gfx
#endif // UI_GFX_FONT_UTIL_WIN_H_