fontconfig_util_linux.h 470 B

12345678910111213141516
  1. // Copyright 2014 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef BASE_TEST_FONTCONFIG_UTIL_LINUX_H_
  5. #define BASE_TEST_FONTCONFIG_UTIL_LINUX_H_
  6. namespace base {
  7. // Prepares Fontconfig with a custom configuration suitable for tests. FcInit()
  8. // must still be called.
  9. void SetUpFontconfig();
  10. } // namespace base
  11. #endif // BASE_TEST_FONTCONFIG_UTIL_LINUX_H_