Verakso on  wrote...
| I have read the excellent pages on
| http://www.cit.gu.edu.au/~anthony/graphics/imagick6/text/, but it
| seems that I am constantly running into problems. or at least the
| result is not what I expected.
| 
| So let me try and explain what I m trying to do.
| 
| I would like to make a GIF image where the first line is bold and the
| rest is normal like
| 
| FIRST LINE IN BOLD
| Second line • Normal with • small • bullets
| Last line: also with • bullets
| 
| The result is either all lines as normal, or the normal line is
| indented after the bold one.
| Second I can't make it to work with the bullets • they are changed to ≥
| 
You have to do that as two seperate operations, and change font between
the operations.

You can try to create the two lines as separate labels and then append
them together.

Or you can create a canvas, and -annotate one line,
then change fonts and -nnotate the second line 'pointsize' * 'density'
down the page.

The -pointsize of a font actually defines the line separate for signle
spaceing lines.  appending two labels will space them further apart.

On the IM examples page you refer to see..
  Actual Font Size, Resolution and Pointsize
    http://www.cit.gu.edu.au/~anthony/graphics/imagick6/text/#pointsize

Also look at...
  Creating Lines of Mixed Font Styles
    http://www.cit.gu.edu.au/~anthony/graphics/imagick6/text/#mixed_font_lines


  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
  Anyone who slaps a  'This page is best viewed with Browser X'  label
  on a Web page appears to be yearning for the bad old days, before
  the Web, when you had very little chance of reading a document written
  on another computer, another word processor, or another network.
                                                   -- Tim Berners-Lee, 1996
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to