Searched defs:CFF1TopDictValuesMod (Results 1 – 1 of 1) sorted by relevance
82 struct CFF1TopDictValuesMod : CFF1TopDictValues struct84 void init (const CFF1TopDictValues *base_= &Null(CFF1TopDictValues)) in init()90 void fini () { SUPER::fini (); } in fini()92 unsigned get_count () const { return base->get_count () + SUPER::get_count (); } in get_count()93 const CFF1TopDictVal &get_value (unsigned int i) const in get_value()100 const CFF1TopDictVal &operator [] (unsigned int i) const { return get_value (i); } in operator []()102 void reassignSIDs (const RemapSID& sidmap) in reassignSIDs()109 typedef CFF1TopDictValues SUPER;110 const CFF1TopDictValues *base;