diff --git a/src/hb-ot-stat-table.hh b/src/hb-ot-stat-table.hh index 3ffcc0b4c..e88c82a13 100644 --- a/src/hb-ot-stat-table.hh +++ b/src/hb-ot-stat-table.hh @@ -357,7 +357,7 @@ struct AxisValue case 2: return u.format2.get_value (); case 3: return u.format3.get_value (); case 4: return u.format4.get_axis_record (axis_index).get_value (); - default:return false; + default:return 0.f; } }