From e079dd20304bacd8d753eee2ceacbaa1a3978a34 Mon Sep 17 00:00:00 2001 From: Qunxin Liu Date: Mon, 1 Jul 2024 09:36:19 -0700 Subject: [PATCH] [instancer] remove the warning for CFF partial instancing Don't print from the library --- src/hb-subset-cff2.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hb-subset-cff2.cc b/src/hb-subset-cff2.cc index 9c9117d52..eb5cb0c62 100644 --- a/src/hb-subset-cff2.cc +++ b/src/hb-subset-cff2.cc @@ -666,9 +666,6 @@ OT::cff2::accelerator_subset_t::serialize (hb_serialize_context_t *c, bool OT::cff2::accelerator_subset_t::subset (hb_subset_context_t *c) const { - if (c->plan->normalized_coords && !c->plan->all_axes_pinned) - fprintf (stdout, "warning: CFF partial instancing is not supported.\n"); - cff2_subset_plan cff2_plan; if (unlikely (!cff2_plan.create (*this, c->plan))) return false;