Hi,

> Juliusz wrote fonttosfnt which combines multiple BDF sizes into a single
> SFNT.  It's in CVS at freedesktop.org in the xapps module
I tried fonttosfnt some weeeks ago and found that it uses
FT_Bitmap_Size->{height,width} for ppemY and ppemX.  Shouldn't it be
  
  ppemX = ppemY = FT_Bitmap_Size->y_ppem?

The reason that ppemX should be equal to ppemY is that an em-sqaure with
unequal ppems means x and y axes are scaled differently so that the
glyphs would look stretched.

-- 
Regards,
olv


_______________________________________________
Freetype mailing list
Freetype@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to