Predefined Text Styles #940
mozman
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you create a new DXF document using
ezdxf
, no text styles are set up by default. To set up some predefined text styles, add thesetup=True
orsetup=["textstyles"]
argument:This will create the following predefined text styles:
The name of the text style is the name shown above. As with all table entries, the name is not case sensitive. The fonts will only display correctly if the fonts are installed on the target system and the DXF viewer or CAD application can find them.
See also:
Beta Was this translation helpful? Give feedback.
All reactions