[subset] kick the build
This commit is contained in:
parent
20d5739923
commit
b3f1a045a8
|
@ -192,7 +192,7 @@ _write_glyf_and_loca_prime (hb_subset_plan_t *plan,
|
||||||
{
|
{
|
||||||
memcpy (glyf_prime_data_next, glyf_data + start_offset, instruction_start - start_offset);
|
memcpy (glyf_prime_data_next, glyf_data + start_offset, instruction_start - start_offset);
|
||||||
memcpy (glyf_prime_data_next + instruction_start - start_offset, glyf_data + instruction_end, end_offset - instruction_end);
|
memcpy (glyf_prime_data_next + instruction_start - start_offset, glyf_data + instruction_end, end_offset - instruction_end);
|
||||||
/* if the instructions end at the end this was a composite glyph */
|
/* if the instructions end at the end this was a composite glyph, else simple */
|
||||||
if (instruction_end == end_offset)
|
if (instruction_end == end_offset)
|
||||||
{
|
{
|
||||||
if (unlikely (!_remove_composite_instruction_flag (glyf_prime_data_next, length))) return false;
|
if (unlikely (!_remove_composite_instruction_flag (glyf_prime_data_next, length))) return false;
|
||||||
|
|
Loading…
Reference in New Issue