summaryrefslogtreecommitdiffstats
path: root/skia/ext/skia_sandbox_support_win.h
blob: 62c35cc405ba9e0fcb0a00d07b3ca8a61f7924f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SKIA_EXT_SKIA_SANDBOX_SUPPORT_WIN_H_
#define SKIA_EXT_SKIA_SANDBOX_SUPPORT_WIN_H_
#pragma once

#include <windows.h>

#include "SkPreConfig.h"

typedef void (*SkiaEnsureTypefaceAccessible)(LOGFONT font);

SK_API void SetSkiaEnsureTypefaceAccessible(SkiaEnsureTypefaceAccessible func);

#endif  // SKIA_EXT_SKIA_SANDBOX_SUPPORT_WIN_H_