Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Side by Side Diff: third_party/ots/src/os2.h

Issue 1062093002: Update OTS to revision 6d2e08b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/ots/src/cmap.cc ('k') | third_party/ots/src/os2.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « third_party/ots/src/cmap.cc ('k') | third_party/ots/src/os2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698