Replies: 1 comment
-
The text style "OpenSans" does not exist in "test.dxf" Setup the from ezdxf.tools.standards import setup_styles
if not doc.styles.has_entry("OpenSans"):
setup_styles(doc) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Create dxf file is run without error.But the loading file run error
Beta Was this translation helpful? Give feedback.
All reactions