I'm hoping this is the correct place to post this. Please let me know if it should go somewhere else.
I use zint to create barcodes for product packaging and there's a couple little things that would make it perfect for me.
- I'd like to be able to specify all font attributes. e.g. Helvetica Neue / Bold Condensed / 8 pt
- When exporting a vector file (eps), the option to have the fonts converted to outlines.
- When selecting colors, the option to specify a CMYK color instead of an RGB one.
Hi Bryce yes this is the place!
Re 1. support for specifying a font by name including styles and sizes is planned for the next release hopefully.
Re 2. interesting, will keep "outline" in mind, may be restricted to vector output initially.
Re 3 I can see how this would be handy. Do you use the CLI (
zintcommand) or the API (library) primarily? The CLI has a--cmykoption in case you missed it (APIoutput_options |= CMYK_COLOUR), although being able to specify the CMYK values directly would obviously be nicer. Thinking about it, allowing a format such as "100,75,33,100" could be the way to go, where the values are in percentages, and the presence of the commas would differentiate it from RGB. Any suggestions welcome.Thanks very much for the feedback, Martin
Thanks for your quick response!
Re 2. ah I see, was thinking you just wanted a text effect. Converting fonts to outlines could be the way to go to embed fonts in vector files, especially given the low amount of text normally in barcodes, will need to do some research...
Re 3. cool, will aim to get specifying CMYK into the next release...
Thanks!
Hi Martin! Looking forward to change the font (currently Helvetica) to another font. Will this option be also available from the GUI in the upcomming release as well?
Hi Dominik, thanks for the feedback, yes, it will be available from both the GUI and the CLI, as well as the API, all the best, Martin