Add support for custom fonts (for string below barcode) #103
-
How could use font family Bolonewt? I tried all of Times-Roman, Times-Italic, Times-Bold, Times-BoldItalic, Helvetica, Helvetica-Oblique, Helvetica-Bold, Helvetica-BoldOblique, Courier, Courier-Oblique, Courier-Bold, Courier-BoldOblique or Symbol. But it turns out that this is not something that we need. we have figured out that we need Bolonewt font family. But I am not able to find a way to use this new font family. Please help. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
You need to refer to the font by its PostScript name. These posts provide some hints for going about this: |
Beta Was this translation helpful? Give feedback.
-
Hey @terryburton that you so much for your quick reply. |
Beta Was this translation helpful? Give feedback.
-
You haven't provided any description of your configuration or workflow, or the steps that you have already taken to try to research the problem. If the font is available to your PostScript VM (whatever this is as you haven't specified) then it will render. That's a feature of the RIP not BWIPP. |
Beta Was this translation helpful? Give feedback.
-
Hey @terryburton Following is python code which I am using to create. In this function when we pass value of textfont one of "Times-Roman, Times-Italic, Times-Bold, Times-BoldItalic, Helvetica, Helvetica-Oblique, Helvetica-Bold, Helvetica-BoldOblique, Courier, Courier-Oblique, Courier-Bold, Courier-BoldOblique or Symbol" PLease let me know if I could provide more info on this. |
Beta Was this translation helpful? Give feedback.
-
What is the end-to-end workflow, i.e. in particular what is RIPping the resulting PostScript/EPS for rendition? E.g. GhostScript directly, GhostScript as a CUPS filter driver, Distiller, a PostScript printer. Whatever that is must not have access to these fonts. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much @terryburton to enlighten me with this flow thing. I could figure out that it was the font that was not installed properly. Thanks a ton dude. |
Beta Was this translation helpful? Give feedback.
You need to refer to the font by its PostScript name.
These posts provide some hints for going about this: