| OLD | NEW |
| 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef OTS_OS2_H_ | 5 #ifndef OTS_OS2_H_ |
| 6 #define OTS_OS2_H_ | 6 #define OTS_OS2_H_ |
| 7 | 7 |
| 8 #include "ots.h" | 8 #include "ots.h" |
| 9 | 9 |
| 10 namespace ots { | 10 namespace ots { |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 int16_t typo_linegap; | 40 int16_t typo_linegap; |
| 41 uint16_t win_ascent; | 41 uint16_t win_ascent; |
| 42 uint16_t win_descent; | 42 uint16_t win_descent; |
| 43 uint32_t code_page_range_1; | 43 uint32_t code_page_range_1; |
| 44 uint32_t code_page_range_2; | 44 uint32_t code_page_range_2; |
| 45 int16_t x_height; | 45 int16_t x_height; |
| 46 int16_t cap_height; | 46 int16_t cap_height; |
| 47 uint16_t default_char; | 47 uint16_t default_char; |
| 48 uint16_t break_char; | 48 uint16_t break_char; |
| 49 uint16_t max_context; | 49 uint16_t max_context; |
| 50 uint16_t lower_optical_pointsize; |
| 51 uint16_t upper_optical_pointsize; |
| 50 }; | 52 }; |
| 51 | 53 |
| 52 } // namespace ots | 54 } // namespace ots |
| 53 | 55 |
| 54 #endif // OTS_OS2_H_ | 56 #endif // OTS_OS2_H_ |
| OLD | NEW |