diff --git a/src/Mod/Draft/importDXF.py b/src/Mod/Draft/importDXF.py index 97ebc2a4a0..f1f6371d4c 100644 --- a/src/Mod/Draft/importDXF.py +++ b/src/Mod/Draft/importDXF.py @@ -3800,7 +3800,7 @@ def export(objectslist, filename, nospline=False, lwPoly=False): style='STANDARD', layer=getStrGroup(ob))) - elif Draft.getType(ob) == "DraftText": + elif Draft.getType(ob) in ("DraftText","Text"): # texts if gui: height = float(ob.ViewObject.FontSize)