Page 2 of 2
					
				Re: Issue with rendering text with exclamation point at the end
				Posted: 2016-12-09T13:59:51-07:00
				by GeeMack
				After testing this issue several ways it does seem to be a bug. I added a thread to the Bugs section. You can find it 
at THIS link.
 
			 
			
					
				Re: Issue with rendering text with exclamation point at the end
				Posted: 2016-12-09T17:09:44-07:00
				by GarbageSauce
				Here is the result of the above line.
http://i66.tinypic.com/nov9fp.png 
			 
			
					
				Re: Issue with rendering text with exclamation point at the end
				Posted: 2016-12-09T18:33:26-07:00
				by fmw42
				Does this work?
Code: Select all
magick -background none -fill #000000 -font H:\python27\fonts\BW-penn.ttf -size x90 -gravity center label:"GO TIGERS!" asdf.png
or
Code: Select all
magick -background none -fill #000000 -font H:\python27\fonts\BW-penn.ttf -size x90 -gravity center label:"GO TIGERS\!" asdf.png
 
			 
			
					
				Re: Issue with rendering text with exclamation point at the end
				Posted: 2016-12-09T20:44:10-07:00
				by GarbageSauce
				Nope.
So some of you are saying that the font's Glyph set is bad. Bad how? If I download a stupid little program to edit the glyphs, what would I need to change in order to fix the problem?
			 
			
					
				Re: Issue with rendering text with exclamation point at the end
				Posted: 2016-12-09T20:56:49-07:00
				by fmw42
				If it fails with multiple usual fonts such as Arial, Times, Helvetica, etc. Then it is not like just one fonts set of glyphs.  Do you have trouble with other fonts in the same way with the !?  Is your freetype delegate library up to date? Perhaps update it or re-install it and try again or perhaps re-install IM as well.
Does it fail with the latest IM 6?
Are you using standard Windows 10 or the new unix capability in Windows 10?
			 
			
					
				Re: Issue with rendering text with exclamation point at the end
				Posted: 2016-12-09T21:00:22-07:00
				by fmw42
				Do other Windows (10) users have this same issue with the ! symbol?
			 
			
					
				Re: Issue with rendering text with exclamation point at the end
				Posted: 2016-12-09T21:14:33-07:00
				by snibgo
				I think GeeMack has nailed the problem, which isn't specific to a font, nor to the final character being "!". In my tests, having "i" as the final character shows the problem.
(IM v7.0.3-5 on Windows 8.1)
			 
			
					
				Re: Issue with rendering text with exclamation point at the end
				Posted: 2016-12-09T21:31:06-07:00
				by fmw42
				So it seems to be a windows issue, since it does not happen on my Mac. I don't know about other Linux systems.
			 
			
					
				Re: Issue with rendering text with exclamation point at the end
				Posted: 2016-12-09T22:01:15-07:00
				by GarbageSauce
				Okay so I installed the Windows subsystem for Linux which enables me to use bash from within command prompt. I ran the command from there WITHOUT escaping the exclamation point and it works great. The G is no longer being cut off. I am officially clueless on why this is specific to different OS's.
			 
			
					
				Re: Issue with rendering text with exclamation point at the end
				Posted: 2016-12-09T22:13:45-07:00
				by fmw42
				Glad you have at least pinned it down. The IM developer will need to look into this. I suggest you post to the bugs forum and put a link there back to this topic.
			 
			
					
				Re: Issue with rendering text with exclamation point at the end
				Posted: 2016-12-09T22:21:29-07:00
				by GarbageSauce
				Alright. Will do. Thanks for all the help guys!