Search found 5 matches
- 2015-07-28T11:33:26-07:00
- Forum: Users
- Topic: Conjure Script
- Replies: 9
- Views: 2907
Re: Conjure Script
just one more question. Will it be a general font fix or just Gohu fix? Because I have the same problem with another font: $ convert -list font | grep "Clean" $ fc-match "Clean" clR6x12-ISO8859-1.pcf.gz: "Clean" "Regular"
- 2015-07-28T11:01:41-07:00
- Forum: Users
- Topic: Conjure Script
- Replies: 9
- Views: 2907
Re: Conjure Script
Ok, thank you very much.
- 2015-07-28T10:56:17-07:00
- Forum: Users
- Topic: Conjure Script
- Replies: 9
- Views: 2907
Re: Conjure Script
Gohu is indeed not listed $ convert -list font | grep Gohu returns nothing. Your suggested draw methid works, thank you. I have an additional question though. The draw primitive text works only if the text is part of the primitive attrubute, but it does not work if it's a part of text attribute ...
- 2015-07-28T10:31:52-07:00
- Forum: Users
- Topic: Conjure Script
- Replies: 9
- Views: 2907
Re: Conjure Script
Do you mean the font issue, or even the draw issue? Thanks for looking into it.magick wrote:We can reproduce the problem you reported, give us a day or two to investigate and get back with you.
- 2015-07-28T10:09:59-07:00
- Forum: Users
- Topic: Conjure Script
- Replies: 9
- Views: 2907
Conjure Script
I'm having some problems getting to work a conjure script work properly. $ cat con_script.msl <?xml version="1.0" encoding="UTF-8"?> <image> <read filename="image.png" /> <draw primitive="rectangle" stroke="#f00" fill="#0f0" x="10,20" y="30,40" /> <draw primitive="text" fill="#00f" text="sample text ...