[subset-cff] More comment
This commit is contained in:
parent
f68221ff43
commit
1cf4f3e083
|
@ -353,7 +353,9 @@ struct parsed_cs_str_t : parsed_values_t<parsed_cs_op_t>
|
||||||
values[parsed_len-1].set_skip ();
|
values[parsed_len-1].set_skip ();
|
||||||
|
|
||||||
/* Note(behdad): Alternatively, we can pop the subr number completely instead?
|
/* Note(behdad): Alternatively, we can pop the subr number completely instead?
|
||||||
* Seems to work. */
|
* Seems to work. Then we can remove set_skip/is_skip completely. That would
|
||||||
|
* change the design of this object that the ops won't be contiguous anymore.
|
||||||
|
* I don't think that's a problem. Maybe switch this one day. */
|
||||||
//values.pop ();
|
//values.pop ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue