test_fonts_fuchsia.h 532 B

123456789101112131415161718
  1. // Copyright 2019 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 SKIA_EXT_TEST_FONTS_FUCHSIA_H_
  5. #define SKIA_EXT_TEST_FONTS_FUCHSIA_H_
  6. #include <fuchsia/fonts/cpp/fidl.h>
  7. namespace skia {
  8. // Returns a handle to a fuchsia.fonts.Provider that serves the fonts in
  9. // the package's test_fonts directory.
  10. fuchsia::fonts::ProviderHandle GetTestFontsProvider();
  11. } // namespace skia
  12. #endif // SKIA_EXT_TEST_FONTS_FUCHSIA_H_