fix build attempt ^3
This commit is contained in:
parent
f0d74971ae
commit
f0a4e0c2ca
|
@ -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…
Reference in New Issue