Problems registering, no confirmation email - see http://wiki.scribus.net/canvas/Forums_Registration
Quote from: a.l.e on January 29, 2025, 11:05:32 PM... and now kerneling will start counting the key that need to be pressed : - )Hold on! I'm still winded from the last demonstration!
Quote from: a.l.e on January 30, 2025, 09:16:35 AMbtw, concerning the usage of the align and distribute tool, i've opened a ticketCool! Thanks!
Quote from: a.l.e on January 30, 2025, 09:16:35 AMi already regularly have to fight the snapping heuristicYes, in just my month or so with Scribus, I've already noticed that snapping can be a battle, especially when "Snap to grid" is activated.
Quote from: a.l.e on January 30, 2025, 09:16:35 AMpersonally, my wish would be to make the center element snapping optional (with a preference/setup switch)That is exactly what I was thinking, to make snapping more manageable when there's lots of snapping interference. However, I would take it a step further, and make all of the snap points optional. So, with any frame, the user could indicate to snap with only the upper-left corner, or only the upper-right-corner, or only the left edge, etc.. Even better would be the possibility of combining them, e.g., activate snapping with the upper-left corner and the frame center, but none of the other frame corners or edges would snap.
Quote from: a.l.e on January 29, 2025, 11:05:32 PM2. in the x field of the pp append "-width/2"
scribus.openDoc(filein)
pdf = scribus.PDFfile()
pdf.file = fileout
pdf.version = 11 # PDF/X1a
pdf.fontEmbedding = 1 # outline
pdf.outdst = 1 # print
pdf.pageLayout = 3 # face right first
pdf.quality = 0 # quality of embedding objects
pdf.registrationMarks = False
pdf.colorMarks = False
pdf.bleedMarks = True
pdf.useDocBleeds = True
pdf.markOffset = 3 # mark offset
pdf.docInfoMarks = True
pdf.noembicc = True # do not use embedded ICC profiles
pdf.save()
scribus.closeDoc()
But I ran into a problem with outlining fonts with PD/X1a. Something is wrong with a sans serif face and I cannot find the reason. When I set the output to PDF 1.3, everything is fine. When I set PDF/X1a, Scribus does not outline but subset (not sure why) and crashes on OpenSans (signal 11). See output:pdf font "Lexend Bold"
"/Fo0" uses method "Subset" and encoding 0
pdf font "Lexend Regular"
"/Fo1" uses method "Subset" and encoding 0
pdf font "Lexend SemiBold"
"/Fo2" uses method "Subset" and encoding 0
pdf font "Noto Serif Regular"
"/Fo3" uses method "Subset" and encoding 0
pdf font "Poppins Bold"
"/Fo4" uses method "Subset" and encoding 0
pdf font "Poppins SemiBold"
"/Fo5" uses method "Subset" and encoding 0
pdf font "Roboto Bold"
"/Fo6" uses method "Subset" and encoding 0
pdf font "Roboto Italic"
"/Fo7" uses method "Subset" and encoding 0
pdf font "Roboto Regular"
Scribus Crash
-------------
Scribus crashes due to Signal #11