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 int16_t avg_char_width
;
15 uint16_t weight_class
;
18 int16_t subscript_x_size
;
19 int16_t subscript_y_size
;
20 int16_t subscript_x_offset
;
21 int16_t subscript_y_offset
;
22 int16_t superscript_x_size
;
23 int16_t superscript_y_size
;
24 int16_t superscript_x_offset
;
25 int16_t superscript_y_offset
;
26 int16_t strikeout_size
;
27 int16_t strikeout_position
;
30 uint32_t unicode_range_1
;
31 uint32_t unicode_range_2
;
32 uint32_t unicode_range_3
;
33 uint32_t unicode_range_4
;
36 uint16_t first_char_index
;
37 uint16_t last_char_index
;
38 int16_t typo_ascender
;
39 int16_t typo_descender
;
43 uint32_t code_page_range_1
;
44 uint32_t code_page_range_2
;
47 uint16_t default_char
;
50 uint16_t lower_optical_pointsize
;
51 uint16_t upper_optical_pointsize
;