Search found 3 matches
- 2013-10-16T11:49:28-07:00
- Forum: Users
- Topic: 2 fonts in one line text
- Replies: 6
- Views: 2865
Re: 2 fonts in one line text
I need to write in top op tmp.png in the lower left corner some text in font A and then some small text in font B I have arround 40 Standard-Images in wich in must write some text and save them. The text has at least 2 parts sometimes 3 parts. I need a way to make one textbox write there something ...
- 2013-10-16T10:35:39-07:00
- Forum: Users
- Topic: 2 fonts in one line text
- Replies: 6
- Views: 2865
Re: 2 fonts in one line text
i know that... but text 2,2 is fix and then comes a variable long text... e.g. '42.5' text 40,5 'g' ... has in each of the 3.800 pictures another position... So I need to find a way where i can continue writing and just change the font and the font-size or i must find out the coordinates of each 2nd ...
- 2013-10-16T09:13:10-07:00
- Forum: Users
- Topic: 2 fonts in one line text
- Replies: 6
- Views: 2865
2 fonts in one line text
Is there a way to do that without using 2 x the coordinates. convert tmp.png -gravity SouthWest -font ./ZZZ_FONTS/trademarkerweb.ttf -pointsize 14 -fill '#000000FF' -annotate 0x0+2+2 "42.5" \ -font ./ZZZ_FONTS/meta_plus_bold_italic.ttf -pointsize 9 -fill '#000000FF' -annotate 0x0+40+5 "g" \ ... My ...