blob: 6d16ae80d1627211b22cdf09bdafffd1c4a048aa [file] [log] [blame]
// 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_CFF_H_
#define OTS_CFF_H_
#include "ots.h"
namespace ots {
struct OpenTypeCFF {
const uint8_t *data;
size_t length;
};
} // namespace ots
#endif // OTS_CFF_H_