Replies: 2 comments 1 reply
-
This indeed would be useful, but I don't believe truncation can be detected by extensions. In general, information about text is available only to the Inkscape core, such as the file to which you linked above. Extensions can't even acquire the bounding box of a piece of text! (Simple Inkscape Scripting handles that one special case by spawning another copy of Inkscape and passing it the If you or anyone else reading this issue knows of a mechanism for extensions to detect flowed-text truncation, please post it here. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. FYI I looked into inkex issues and found this topic 🤞https://gitlab.com/inkscape/extensions/-/merge_requests/604 |
Beta Was this translation helpful? Give feedback.
-
Hi,
When flowing text inside objects, it would be useful to be able to find out if the text is truncated.
Here for example is where the text tool adjusts the indicator to red in the GUI whenever a text in truncated.
https://gitlab.com/inkscape/devel/inkscape/-/blob/master/src/ui/tools/text-tool.cpp#L551
Thanks for the super useful extension!
Beta Was this translation helpful? Give feedback.
All reactions