| Index: third_party/WebKit/Source/platform/fonts/opentype/OpenTypeOS2Table.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/opentype/OpenTypeOS2Table.h b/third_party/WebKit/Source/platform/fonts/opentype/OpenTypeOS2Table.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..896a2a10d933390852b9ffa62fc5d29a0a2128be
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/platform/fonts/opentype/OpenTypeOS2Table.h
|
| @@ -0,0 +1,18 @@
|
| +// Copyright 2015 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 OpenTypeOS2Table_h
|
| +#define OpenTypeOS2Table_h
|
| +
|
| +#include "platform/PlatformExport.h"
|
| +
|
| +class SkTypeface;
|
| +
|
| +namespace blink {
|
| +
|
| +bool getAscentDescentFromOS2Table(SkTypeface*, short& ascentInUnits, short& descentInUnits);
|
| +
|
| +} // namespace blink
|
| +
|
| +#endif // OpenTypeOS2Table_h
|
|
|