Re: cascading font selections?

2013-08-28 Thread Andrew Bernard
Can't you send them the font you use as well as the template? Andrew Mark Polesky 29 August 2013 4:16 AM That's not it either.  No one is editing PDF files.  Let'ssay I write template.ly and make that available online.Then lots of other people download template.ly and

Re: cascading font selections?

2013-08-28 Thread Mark Polesky
Carl Smith wrote: > So, if you embed a font, remove it from your system, then > try to edit the PDF, it fails? I've never tried that. That's not it either.  No one is editing PDF files.  Let's say I write template.ly and make that available online. Then lots of other people download template.ly an

Re: cascading font selections?

2013-08-27 Thread Mark Polesky
Carl Smith wrote: > If the fonts are embedded in the PDF, you only need to > have them on your system when you create the file. The > recipient has the fonts, they're in the PDF. Okay, I appreciate the helpfulness, but a lot of you are missing the point.  The recipients will be editing the files

Re: cascading font selections?

2013-08-26 Thread Noeck
>> Is there a way? > > Unfortunately i don't know any. This would be useful indeed. > > JAnek Wouldn't it be possible to write a scheme function that tests a list of fonts whether the font is available and returns the first that is? I don't know scheme and the font handling, so I can't do it.

Re: cascading font selections?

2013-08-26 Thread Janek Warchoł
2013/8/23 Mark Polesky : > Andrew Bernard wrote: >> Do you mean for input? Output to PDF embeds the font, so >> no requirement for it to be present in recipients system. > > I mean, if I write a .ly file that specifies fonts (fonts > that I have on my own computer), and I give that file to > someb

Re: cascading font selections?

2013-08-22 Thread Mark Polesky
Andrew Bernard wrote: > Do you mean for input?  Output to PDF embeds the font, so > no requirement for it to be present in recipients system. I mean, if I write a .ly file that specifies fonts (fonts that I have on my own computer), and I give that file to somebody else to compile on his/her own

Re: cascading font selections?

2013-08-22 Thread Andrew Bernard
Do you mean for input? Output to PDF embeds the font, so no requirement for it  to be present in recipients system. Andrew Mark Polesky 23 August 2013 11:22 AM Is there a way to have a cascade of font selections, likewith CSS? __

cascading font selections?

2013-08-22 Thread Mark Polesky
Is there a way to have a cascade of font selections, like with CSS?  In CSS, you can do things like: {font-family:"Lucida Console", Monaco, monospace} And if Lucida Console isn't installed on a user's system, Monaco will be looked up, and if that's not installed, then the user's default monospace