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

Unified Diff: src/ots.h

Issue 139563002: [OTS] Add support for the MATH table. (Closed) Base URL: https://chromium.googlesource.com/external/ots.git@master
Patch Set: More fixes. Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/math_.h ('k') | src/ots.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ots.h
diff --git a/src/ots.h b/src/ots.h
index 4818e4d1545954d3f01d1b879e0ae1f016c33569..4ee9584d3e7b7fbe975aa2625e8e141b15551dc2 100644
--- a/src/ots.h
+++ b/src/ots.h
@@ -199,6 +199,7 @@ bool IsValidVersionTag(uint32_t tag);
F(kern, KERN) \
F(loca, LOCA) \
F(ltsh, LTSH) \
+ F(math, MATH) \
F(maxp, MAXP) \
F(name, NAME) \
F(os2, OS2) \
« no previous file with comments | « src/math_.h ('k') | src/ots.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698