calculate instead of follow_path
This commit is contained in:
parent
d081d1d42d
commit
62e6c63a61
3 changed files with 82 additions and 16 deletions
|
@ -97,7 +97,7 @@ def get_glyph(font_name, face_name, glyph_id):
|
|||
:return: returns the glyph object, or ``None`` if it does not exist
|
||||
:rtype: `Object`
|
||||
"""
|
||||
print(fonts)
|
||||
# print(fonts)
|
||||
if not fonts.keys().__contains__(font_name):
|
||||
print(f"FONT3D::get_glyph: font name({font_name}) not found")
|
||||
print(fonts.keys())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue