提交 bd18b6ad 编写于 作者: G Garret Rieger

[subset] Move DeviceRecord inside of hdmx.

上级 6704cded
......@@ -34,8 +34,13 @@ namespace OT {
#define HB_OT_TAG_hdmx HB_TAG('h','d','m','x')
struct DeviceRecord
struct hdmx
{
static const hb_tag_t tableTag = HB_OT_TAG_glyf;
struct DeviceRecord
{
struct SubsetView
{
const DeviceRecord *source_device_record;
......@@ -91,10 +96,7 @@ struct DeviceRecord
HBUINT8 widths[VAR];
DEFINE_SIZE_MIN (2);
};
struct hdmx
{
};
inline unsigned int get_size (void) const
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册