Fix build after rebasing opentype-gx branch on top of MATH table
This commit is contained in:
parent
0aedfd59be
commit
219cb29c5d
|
@ -1650,7 +1650,7 @@ struct DeviceHeader
|
|||
|
||||
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)
|
||||
{
|
||||
|
@ -1662,7 +1662,7 @@ struct Device
|
|||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue