Recent posts

#21
Beginner Talk / Re: Multiline text on a path
Last post by AdmFubar - December 03, 2025, 11:32:36 PM
Quote from: fetimo on December 03, 2025, 07:10:42 PMIt's the latter, prepping artwork for a pre-printed label.

Can the preprinted label include the this text, or are you using this label for other items? If the former, the designer will have better tools for laying out the text. Check with them if they can do it.

If the latter, you will need fuss a bit with the layout. 

I've been through the same issues at my job.
#22
Beginner Talk / Re: Multiline text on a path
Last post by a.l.e - December 03, 2025, 07:51:25 PM
Well, not sure that the result will be nice but:

- duplicate your path and place the duplicates in order of creation one below the other
- select all the paths and "item > shape & paths > combine polygons"
- attach the text to path
- edit the text with the text editor and add spaces to make the text break at the "right" place
- cry silently.
#23
Beginner Talk / Re: Multiline text on a path
Last post by fetimo - December 03, 2025, 07:10:42 PM
It's the latter, prepping artwork for a pre-printed label.
#24
Beginner Talk / Re: Multiline text on a path
Last post by AdmFubar - December 03, 2025, 06:11:31 PM
You probably should be using actual labeling software. Is this a direct thermal? Thermal transfer? Or are you prepping artwork for a preprinted label? 
#25
Beginner Talk / Re: Multiline text on a path
Last post by fetimo - December 03, 2025, 12:50:50 PM
As an absolute novice to Scribus I would appreciate if you could share how you accomplished that  ;D

For some additional context the labels are applied to a pot so although the text is slightly curved in the design it appears straight when applied to the frustum. The curve just compensates for the curve of the pot.
#26
Text and Typography / Re: Scribus wants to subset a ...
Last post by AdmFubar - December 03, 2025, 04:52:40 AM
I have a feeling that the restart of scribus is all that is needed. somewhere the font reference  wasnt removed from memory.
#27
Scripts and Plugins / Re: GREPS – Regular Expression...
Last post by AdmFubar - December 03, 2025, 04:50:16 AM
it uses 3.6.15. Looks like you need to do a version check for what python is available
1.7.0 i have uses 3.11.13
#28
Text and Typography / Re: Scribus wants to subset a ...
Last post by PastaShock - December 03, 2025, 03:24:33 AM
Well, removing the font and doing the permanent substitution worked. I just don't understand why Scribus wanted toe embed the font when I could not find a reference to it in the XML file anywhere.
#29
Text and Typography / Scribus wants to subset a font...
Last post by PastaShock - December 03, 2025, 12:41:38 AM
I am converting a document I am working on from proprietary fonts to open source fonts. The document I am working on was using Univers Next Pro and Optima LT Pro. I converted the document to use Perun instead of Univers and Libertine Sans instead of Optima.

When export to PDF, the document still wanted to subset Optima LT Pro and Univers Next Pro. I double checked the following things and removed any instances of the proprietary fonts:

1. Checked all styles
2. Checked all master pages
3. Check the document settings to change the default font

Then I saved the file, and it still wanted to subset those fonts.

I saved the file and opened it in a text editor and did a search for Optima LT Pro, found one instance and replaced it with Libertine Sans. I saved the file, opened it in Scribus and it no longer wanted to subset Optima LT Pro.

But it still wanted to subset Univers Next Pro. I again double checked all all styles, master pages and preferences, and did not see Univers Next Pro anywhere. I then opened the file in a text editor and did a search for "Univers" and even "Univ" and it did not find anything. But Scribus still wants to subset the font.

The next thing I'm considering doing is removing the font from my system, relaunching Scribus and hopefully having it tell me there is a font missing and let me do a permanent substitution.

Is there something else I should try?
#30
Scripts and Plugins / Re: GREPS – Regular Expression...
Last post by richard-cdbox - December 02, 2025, 10:57:58 PM
Thanks for the feedback.
As I wrote in the README, I tested it on versions 1.6.4 (python 3.8.20) and 1.7.0 (python 3.12.8).
Apparently, there is a problem with some function in the tkinter module. What version of Python does Scribus 1.6.1 use? (Script > Show console, type this: print(sys.version) and press F9)
I only tested it on plain text. So I'll have to look into this.