Removed parsed hint fields from CFF2PrivateDictValues
authorMichiharu Ariza <ariza@adobe.com>
Fri, 3 Aug 2018 21:35:09 +0000 (14:35 -0700)
committerMichiharu Ariza <ariza@adobe.com>
Fri, 3 Aug 2018 21:35:09 +0000 (14:35 -0700)
commit00970dd2420c3dcc58c25568be4abe6586c159df
tree979064280709c5eaa3496b35c52ac4efe619e2ba
parent76f7397c10832b891a082e30afc74222bd5ffd7b
Removed parsed hint fields from CFF2PrivateDictValues

Instead moved & stored uniformly in values vector (renamed from opstrs)
This should be fine as we aren't likely going to use them as hints after all
Templatized DictValues whether to parse them out
For subsetter, they aren't parsed
src/hb-ot-cff-common-private.hh
src/hb-ot-cff2-table.hh
src/hb-subset-cff2.cc