[subset-cff] More comment

This commit is contained in:
Behdad Esfahbod 2022-11-26 18:15:28 -07:00
parent f68221ff43
commit 1cf4f3e083
1 changed files with 3 additions and 1 deletions

View File

@ -353,7 +353,9 @@ struct parsed_cs_str_t : parsed_values_t<parsed_cs_op_t>
values[parsed_len-1].set_skip ();
/* 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 ();
}