On Sat, Oct 12, 2002 at 04:53:08PM +0100, John Levon wrote:
> On Sat, Oct 12, 2002 at 04:43:24PM +0200, Dekel Tsur wrote:
> 
> > The attached patch fixes this.
> > OK to apply ?
> 
> Have you tested this in both cases ?

Yes.

> > +   return getfontinfo(f)->font.exactMatch();
> 
> Won't this return a false negative if the font *size* didn't match
> exactly ? Aren't we only concerned with the face ?

I checked and it exactMatch() considers only the family.
In any case, we only use it for the Type1 math fonts, which are scalable.

Reply via email to