fix build attempt ^3

pull/1113/head
Michiharu Ariza 7 years ago
parent f0d74971ae
commit f0a4e0c2ca
  1. 2
      src/hb-ot-cff1-table.hh

@ -1134,7 +1134,7 @@ struct cff1
SUPER::init (face);
if (blob == nullptr) return;
const OT::cff1 *cff = this->blob->template as<OT::cff1> ();
const OT::cff1 *cff = this->blob->as<OT::cff1> ();
encoding = &Null(Encoding);
charset = &StructAtOffsetOrNull<Charset> (cff, topDict.CharsetOffset);
if (is_CID ())

Loading…
Cancel
Save