calculate instead of follow_path

This commit is contained in:
jrkb 2024-07-01 14:39:07 +02:00
parent d081d1d42d
commit 62e6c63a61
3 changed files with 82 additions and 16 deletions

View file

@ -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())