typos
This commit is contained in:
parent
97ca4f5d23
commit
40e97aaf9e
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@ def add_metrics_obj_from_bound_box(glyph, bound_box=None):
|
||||||
obj["font_name"] = glyph["font_name"]
|
obj["font_name"] = glyph["font_name"]
|
||||||
obj["face_name"] = glyph["face_name"]
|
obj["face_name"] = glyph["face_name"]
|
||||||
obj["glyph"] = glyph["glyph"]
|
obj["glyph"] = glyph["glyph"]
|
||||||
obj[f"{utils.pefix()}_type"] = "metrics"
|
obj[f"{utils.prefix()}_type"] = "metrics"
|
||||||
|
|
||||||
# remove already existing metrics
|
# remove already existing metrics
|
||||||
remove_metrics = []
|
remove_metrics = []
|
||||||
|
|
Loading…
Reference in a new issue