Replies: 1 comment 4 replies
-
The "word by word" question is easy to answer: by doing it "letter by letter" you have to handle kerning and ligatures by yourself - that's beyond my abilities and the APIs exposed by |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently either
draw_complex_mtext
ordraw_simple_mtext
can be called.Complex
Simple
Would it be possible to configure the mtext rendering so decorations for example are ignored but caret encoding and columns are still supported?
Also why is word-by-word rendering used? Is it because dxf only allows changing styles at word boundaries?
Would it be possible to combine adjacent 'cells' into a single cell for the purposes of rendering.
For example if a line of words are all drawn with the same style can't they be rendered as a single line rather than placing each word individually with it's own transform? This may provide a slight performance improvement for rendering images but it also would help when using the drawing addon for format conversion as it will be easier to determine the 'plain text' than if each word was placed independently.
Beta Was this translation helpful? Give feedback.
All reactions