提交 219cb29c 编写于 作者: B Behdad Esfahbod

Fix build after rebasing opentype-gx branch on top of MATH table

上级 0aedfd59
...@@ -1650,7 +1650,7 @@ struct DeviceHeader ...@@ -1650,7 +1650,7 @@ struct DeviceHeader
struct Device struct Device
{ {
inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store) const inline hb_position_t get_x_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore)) const
{ {
switch (u.b.format) switch (u.b.format)
{ {
...@@ -1662,7 +1662,7 @@ struct Device ...@@ -1662,7 +1662,7 @@ struct Device
return 0; return 0;
} }
} }
inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store) const inline hb_position_t get_y_delta (hb_font_t *font, const VariationStore &store=Null(VariationStore)) const
{ {
switch (u.b.format) switch (u.b.format)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册