blob: bdea9aa0da4bdb5055a890e5e675184e07a2bebd [file] [log] [blame]
yusukes@chromium.orgd257d182009-11-04 04:56:32 +00001// Copyright (c) 2009 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
5#ifndef OTS_HHEA_H_
6#define OTS_HHEA_H_
7
bashi@chromium.org4dcad602011-03-28 20:51:38 +00008#include "metrics.h"
yusukes@chromium.orgd257d182009-11-04 04:56:32 +00009#include "ots.h"
10
11namespace ots {
12
13struct OpenTypeHHEA {
bashi@chromium.org4dcad602011-03-28 20:51:38 +000014 OpenTypeMetricsHeader header;
yusukes@chromium.orgd257d182009-11-04 04:56:32 +000015};
16
17} // namespace ots
18
19#endif // OTS_HHEA_H_