mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset-cff] Add comment
This commit is contained in:
parent
048ab8a066
commit
f68221ff43
1 changed files with 6 additions and 0 deletions
|
@ -349,8 +349,14 @@ struct parsed_cs_str_t : parsed_values_t<parsed_cs_op_t>
|
|||
|
||||
unsigned int parsed_len = get_count ();
|
||||
if (likely (parsed_len > 0))
|
||||
{
|
||||
values[parsed_len-1].set_skip ();
|
||||
|
||||
/* Note(behdad): Alternatively, we can pop the subr number completely instead?
|
||||
* Seems to work. */
|
||||
//values.pop ();
|
||||
}
|
||||
|
||||
parsed_cs_op_t val;
|
||||
val.init (subr_num);
|
||||
SUPER::add_op (op, str_ref, val);
|
||||
|
|
Loading…
Add table
Reference in a new issue