1 // 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.
14 struct OpenTypeVDMXRatioRecord
{
17 uint8_t y_start_ratio
;
21 struct OpenTypeVDMXVTable
{
22 uint16_t y_pel_height
;
27 struct OpenTypeVDMXGroup
{
31 std::vector
<OpenTypeVDMXVTable
> entries
;
38 std::vector
<OpenTypeVDMXRatioRecord
> rat_ranges
;
39 std::vector
<uint16_t> offsets
;
40 std::vector
<OpenTypeVDMXGroup
> groups
;