| Index: public/web/win/WebFontRendering.h
|
| diff --git a/public/web/win/WebFontRendering.h b/public/web/win/WebFontRendering.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cb02595da2b03883d08ca3f327278d86e98ceec6
|
| --- /dev/null
|
| +++ b/public/web/win/WebFontRendering.h
|
| @@ -0,0 +1,20 @@
|
| +// Copyright 2014 Google Inc. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef WebFontRendering_h
|
| +#define WebFontRendering_h
|
| +
|
| +#include "public/platform/WebCommon.h"
|
| +
|
| +namespace blink {
|
| +
|
| +class WebFontRendering {
|
| +public:
|
| + BLINK_EXPORT static void setUseDirectWrite(bool);
|
| + BLINK_EXPORT static void setUseSubpixelPositioning(bool);
|
| +};
|
| +
|
| +} // namespace blink
|
| +
|
| +#endif
|
|
|