This commit is contained in:
themancalledjakob 2024-08-26 20:46:14 +02:00
parent 97ca4f5d23
commit 40e97aaf9e

View file

@ -875,7 +875,7 @@ def add_metrics_obj_from_bound_box(glyph, bound_box=None):
obj["font_name"] = glyph["font_name"]
obj["face_name"] = glyph["face_name"]
obj["glyph"] = glyph["glyph"]
obj[f"{utils.pefix()}_type"] = "metrics"
obj[f"{utils.prefix()}_type"] = "metrics"
# remove already existing metrics
remove_metrics = []