2010-10-07 11:59:18 +04:00
|
|
|
// Copyright (c) 2009 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 OTS_HMTX_H_
|
|
|
|
#define OTS_HMTX_H_
|
|
|
|
|
2011-04-26 19:29:36 +04:00
|
|
|
#include "metrics.h"
|
2010-10-07 11:59:18 +04:00
|
|
|
#include "ots.h"
|
|
|
|
|
|
|
|
namespace ots {
|
|
|
|
|
|
|
|
struct OpenTypeHMTX {
|
2011-04-26 19:29:36 +04:00
|
|
|
OpenTypeMetricsTable metrics;
|
2010-10-07 11:59:18 +04:00
|
|
|
};
|
|
|
|
|
|
|
|
} // namespace ots
|
|
|
|
|
|
|
|
#endif // OTS_HMTX_H_
|