Re: [PATCH] LibCSS: @font-face

2011-12-06 Thread James Montgomerie
On 4 Dec 2011, at 21:09, John-Mark Bell wrote: > On Thu, 2011-12-01 at 22:49 +, John-Mark Bell wrote: > >> I've had a relatively quick look through it. It appears mostly fine, but >> it's been a while since I last looked at the CSS3 Fonts module. I'll >> endeavour to give it a proper look at

Re: [PATCH] LibCSS: @font-face

2011-12-04 Thread John-Mark Bell
On Thu, 2011-12-01 at 22:49 +, John-Mark Bell wrote: > I've had a relatively quick look through it. It appears mostly fine, but > it's been a while since I last looked at the CSS3 Fonts module. I'll > endeavour to give it a proper look at the weekend. Ok. I've been through it and committed it

Re: [PATCH] LibCSS: @font-face

2011-12-01 Thread John-Mark Bell
On 1 Dec 2011, at 13:29, James Montgomerie wrote: > > > As I've posted before, I'm using libCSS in an ebook/ePub rendering > project ('libEucalyptus'). I've recently come across the need to parse > @font-face rules. > > > > Attached is a patch that does this, following (or attempting to :-) > the

Re: [PATCH] LibCSS: @font-face

2011-12-01 Thread James Montgomerie
Just occurred to me that the previous patch didn't include the new files I'd created. Let's try that again: font-face.diff.gz Description: GNU Zip compressed data On 1 Dec 2011, at 13:29, James Montgomerie wrote: > As I've posted before, I'm using libCSS in an ebook/ePub rendering project

[PATCH] LibCSS: @font-face

2011-12-01 Thread James Montgomerie
As I've posted before, I'm using libCSS in an ebook/ePub rendering project ('libEucalyptus'). I've recently come across the need to parse @font-face rules. Attached is a patch that does this, following (or attempting to :-) the CSS 3 spec. It extends the parser to parse font-face rules (which u