[face] Tweak stack again

Let's go with one loop iteration. It's cheap.
pull/5043/head
Behdad Esfahbod 1 week ago
parent 515b6a58d9
commit 7392f32e47
  1. 2
      src/hb-face.cc

@ -515,7 +515,7 @@ hb_face_reference_blob (hb_face_t *face)
unsigned total_count = hb_face_get_table_tags (face, 0, nullptr, nullptr);
if (total_count)
{
hb_tag_t tags[16];
hb_tag_t tags[64];
unsigned count = sizeof (tags) / sizeof (tags[0]);
hb_face_t* builder = hb_face_builder_create ();

Loading…
Cancel
Save