diff --git a/src/hb-ot-cbdt-table.hh b/src/hb-ot-cbdt-table.hh index 431906775..2043a2529 100644 --- a/src/hb-ot-cbdt-table.hh +++ b/src/hb-ot-cbdt-table.hh @@ -44,7 +44,7 @@ struct SmallGlyphMetrics extents->x_bearing = bearingX; extents->y_bearing = bearingY; extents->width = width; - extents->height = height; + extents->height = -height; } BYTE height;