Paresh Deshmukh a écrit : >Hi, > I am facing one problem with rotation. The size of char is 2 points then >FT_Glyph_Transform( Glyphs, &Matrix, 0) return non zero value and I am not >getting rotated image. But this is working fine with 3 points char size. >This is depend on ttf file or Freetype won´t support rotation for very small >character size? >I am using Freetype 2.1.7 and MsMincho.ttc. > >Thanks & Regards >Paresh > > > > FT_Glyph_Transform returns an error if you're trying to transform a bitmap. I guess you've been loading an embedded bitmap, not an outline :-)
- David Turner - The FreeType Project (www.freetype.org) > >_______________________________________________ >Freetype mailing list >[email protected] >http://lists.nongnu.org/mailman/listinfo/freetype > > _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
