Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

A font problem with pdf-maker

 [1/1] from: rebol665::ifrance::com at: 3-Nov-2002 16:37


Hi Gabrielle, This little program shows all the fonts supported by pdf-maker but two: 'Symbol and 'ZapfDingbats. Can you explain what is wrong ? fonts: [ Courier Courier-Bold Courier-BoldOblique Courier-Oblique Helvetica Helvetica-Bold Helvetica-BoldOblique Helvetica-Oblique Times-Bold Times-BoldItalic Times-Italic Times-Roman Symbol ZapfDingbats ] font-size: 4.23 page1: copy [ textbox [] ] foreach font fonts [ append second page1 reduce [ 'font font font-size 'as-is to-string reduce [font newline] ] ] ; foreach write/binary pdf-file: %h4.pdf layout-pdf compose/deep [[(page1)]] browse pdf-file Ciao Pat ----- Original Message ----- From: "Gabriele Santilli" <[g--santilli--tiscalinet--it]> Sent: Sunday, November 03, 2002 4:18 PM
> To: pat665 <[rebol-list--rebol--com]> > Subject: [REBOL] Re: pdf-maker example
<<quoted lines omitted: 18>>
> On Saturday, November 2, 2002, 9:09:57 PM, you wrote: > p> If you are up to publish a new version, may I suggest you to implement
a 'do
> p> in layout-pdf, like the do in the view layout. I have just finished a
little
> p> thing with pdf-maker and a 'do would have made my code simpler. > I think I'll add all of REBOL's iterative functions. I.e. you will
<<quoted lines omitted: 15>>
> __________________________________________________________________ > Haut Débit: Modem offert soit 150,92 euros remboursés sur le Pack eXtense
de Wanadoo !
> Profitez du Haut Débit à partir de 30 euros/mois :
http://www.ifrance.com/_reloc/w __________________________________________________________________ Haut Débit: Modem offert soit 150,92 euros remboursés sur le Pack eXtense de Wanadoo ! Profitez du Haut Débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted