commit | d6206dbcc4e4ef8c034ee714e74d3a76c5333a12 | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <[email protected]> | Wed Aug 14 11:24:06 2019 +0430 |
committer | Ebrahim Byagowi <[email protected]> | Wed Aug 14 15:45:57 2019 +0430 |
tree | efcc3e7a9f17d3da61999eff7d12ef66f97c4a97 | |
parent | 6461143b44f81a4190d3f1cb02238750536f08e4 [diff] [blame] |
[opbd] Turn OpticalBounds fields to FWORD
diff --git a/src/hb-aat-layout-opbd-table.hh b/src/hb-aat-layout-opbd-table.hh index 5b9c391..80ed103 100644 --- a/src/hb-aat-layout-opbd-table.hh +++ b/src/hb-aat-layout-opbd-table.hh
@@ -45,10 +45,10 @@ return_trace (likely (c->check_struct (this))); } - HBINT16 leftSide; - HBINT16 topSide; - HBINT16 rightSide; - HBINT16 bottomSide; + FWORD leftSide; + FWORD topSide; + FWORD rightSide; + FWORD bottomSide; public: DEFINE_SIZE_STATIC (8); };