1 // Copyright (c) 2009-2017 The OTS 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.
15 class OpenTypeSILE
: public Table
{
17 explicit OpenTypeSILE(Font
* font
, uint32_t tag
)
18 : Table(font
, tag
, tag
) { }
20 bool Parse(const uint8_t* data
, size_t length
);
21 bool Serialize(OTSStream
* out
);
26 uint32_t createTime
[2];
27 uint32_t modifyTime
[2];
28 uint16_t fontNameLength
;
29 std::vector
<uint16_t> fontName
;
30 uint16_t fontFileLength
;
31 std::vector
<uint16_t> baseFile
;