Two questions:
1. How can I add a ttf font (ie Lucida Handwriting) into IM (I use Windows XP).
2. Using the command -annotate, how can I use national characters such as accents (é, è, à, ù, ç ...)
Thanks in advance
How add a new font into IM, and how use accents
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: How add a new font into IM, and how use accents
input unicode.
http://imagemagick.org/Usage/text/unicode
Code: Select all
convert -size 100x label:'é, è, à, ù, ç' accents.gif
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: How add a new font into IM, and how use accents
All that should be required is to put the .ttf file in your c:\windows\fonts directory.1. How can I add a ttf font (ie Lucida Handwriting) into IM (I use Windows XP).
Pete