How to get accurate text width of a text entity with custom font style ? #757
Answered
by
mozman
harish-simelabs
asked this question in
Q&A
-
text_size() didnt return the correct text width.Any other way to get the accurate measurement ? |
Beta Was this translation helpful? Give feedback.
Answered by
mozman
Oct 17, 2022
Replies: 1 comment
-
Don’t expect a 100% match compared to CAD applications, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
harish-simelabs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don’t expect a 100% match compared to CAD applications,
ezdxf
useMatplotlib
to render text based on TTF-fonts which gives different results than text rendering in AutoCAD. I don't see any way to change this.