Re: Fonts and Document

2004-03-19 Thread Jeremias Maerki
(comments inline) On 17.03.2004 04:53:46 Peter B. West wrote: > > As you've seen the Document class is a central class in font handling. > > It currently (not in my ideas) provides direct access to font metric > > information and to the list of fonts actually used in a rendering run > > (we don'

Re: Fonts and Document

2004-03-17 Thread Simon Pepping
On Wed, Mar 17, 2004 at 09:21:03AM +0800, Manuel Mall wrote: > Simon, > > tried the URL you gave > (http://www.leverkruid.nl/FOP/documentation.xml) and got the error (IE > 6): > > "The system cannot locate the object specified. Error processing > resource 'http://www.leverkruid.nl/FOP/docbookx.dt

Re: Fonts and Document

2004-03-16 Thread Peter B. West
Jeremias, See below... Jeremias Maerki wrote: The font subsystem is still far from finished. It's still quite complex to understand, unnecessarily so IMO. My font source idea still need to be implemented... Let's see if I can pull together some connectors. I agree that it is complex to understand

RE: Fonts and Document

2004-03-16 Thread Manuel Mall
Simon, tried the URL you gave (http://www.leverkruid.nl/FOP/documentation.xml) and got the error (IE 6): "The system cannot locate the object specified. Error processing resource 'http://www.leverkruid.nl/FOP/docbookx.dtd'. " Mozilla Firefox fails as well. Manuel

Re: Fonts and Document

2004-03-16 Thread Simon Pepping
On Mon, Mar 15, 2004 at 01:40:59PM -0800, Clay Leeds wrote: > > On Mar 15, 2004, at 1:15 PM, Simon Pepping wrote: > Looks good, Simon... I don't suppose you could create a PDF version? (I > know a great XML => PDF conversion tool. :-)) Seriously though, this > looks like a great potential additi

Re: Fonts and Document

2004-03-15 Thread Peter B. West
Thanks Simon. Mozilla seems to have an issue with the xml PI at the beginning of the xhtml form of the document. When I remove it, the page is displayed correctly. I'll get back to you when I have read the page. Peter Simon Pepping wrote: On Mon, Mar 15, 2004 at 09:27:35AM +1000, Peter B. We

Re: Fonts and Document

2004-03-15 Thread Jeremias Maerki
The font subsystem is still far from finished. It's still quite complex to understand, unnecessarily so IMO. My font source idea still need to be implemented... Let's see if I can pull together some connectors. As you've seen the Document class is a central class in font handling. It currently (no

Re: Fonts and Document

2004-03-15 Thread Clay Leeds
On Mar 15, 2004, at 1:15 PM, Simon Pepping wrote: On Mon, Mar 15, 2004 at 09:27:35AM +1000, Peter B. West wrote: Fops, What is the current situation with font information? I notice that the Document class now contains a lot of Font setup information, whilst a comprehensive set of font classes ex

Re: Fonts and Document

2004-03-15 Thread Simon Pepping
On Mon, Mar 15, 2004 at 09:27:35AM +1000, Peter B. West wrote: > Fops, > > What is the current situation with font information? I notice that the > Document class now contains a lot of Font setup information, whilst a > comprehensive set of font classes exists in ...fonts. I want to > introdu

Fonts and Document

2004-03-14 Thread Peter B. West
Fops, What is the current situation with font information? I notice that the Document class now contains a lot of Font setup information, whilst a comprehensive set of font classes exists in ...fonts. I want to introduce font information into alt-design as compatibly as possible with HEAD.