summaryrefslogtreecommitdiff
path: root/src/hb-directwrite.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-09-10 03:57:24 -0700
committerBehdad Esfahbod <behdad@behdad.org>2016-12-16 19:06:26 -0600
commit72ada4f0c6998fc2a282efc2a573733e37db8be5 (patch)
treef8d6d9b952053ff5ae720a3523ef673883a21d2c /src/hb-directwrite.cc
parentec87ba9ba32a374d49dd3e40137f75f4f4232aee (diff)
downloadharfbuzz-72ada4f0c6998fc2a282efc2a573733e37db8be5.tar.gz
[GX] Hook up feature variations
Shape-plan caching is not implemented.
Diffstat (limited to 'src/hb-directwrite.cc')
-rw-r--r--src/hb-directwrite.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/hb-directwrite.cc b/src/hb-directwrite.cc
index 76482acd..d26b2985 100644
--- a/src/hb-directwrite.cc
+++ b/src/hb-directwrite.cc
@@ -258,8 +258,10 @@ struct hb_directwrite_shaper_shape_plan_data_t {};
hb_directwrite_shaper_shape_plan_data_t *
_hb_directwrite_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED,
- const hb_feature_t *user_features HB_UNUSED,
- unsigned int num_user_features HB_UNUSED)
+ const hb_feature_t *user_features HB_UNUSED,
+ unsigned int num_user_features HB_UNUSED,
+ const int *coords HB_UNUSED,
+ unsigned int num_coords HB_UNUSED)
{
return (hb_directwrite_shaper_shape_plan_data_t *) HB_SHAPER_DATA_SUCCEEDED;
}