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

[REBOL] A font problem with pdf-maker

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 > In-Reply-To: <000001c28337$4f8d5ea0$[3401a8c0--pat665]> > References: <002601c28265$371ab480$[3401a8c0--pat665]> > <[12610619271--20021102135035--tiscalinet--it]> > <000e01c28289$1fa48000$[3401a8c0--pat665]> > <[10527165394--20021102182618--tiscalinet--it]> > <000001c28337$4f8d5ea0$[3401a8c0--pat665]> > MIME-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > X-archive-position: 24637 > X-listar-version: Listar v0.129a > Sender: [rebol-bounce--rebol--com] > Errors-to: [rebol-bounce--rebol--com] > X-original-sender: [g--santilli--tiscalinet--it] > Precedence: bulk > Reply-to: [rebol-list--rebol--com] > X-list: rebol > > Hi Patrick, > > 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 > be able to write: > > foreach [x1 y1 x2 y2] my-block [ > line x1 y1 x2 y2 > ] > > etc. I have to think more about them, to see what is useful and > what is not, but I will definitely add them. > > Regards, > Gabriele. > -- > Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer > Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r > > -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes. > > __________________________________________________________________ > 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