Hello,

>
> > I also have a (maybe stupid) question.  Why don't we simply have
> >
> > FT_Set_Pixel_Sizes( face, w, h )
> > {
> >     FT_Set_Char_Size( face, w, h, 72, 72 ):
> > }
> >
> > ?
> (More looking forward to comments on this question actually)
>

The question isn't stupid at all. The difference comes from the TrueType
bytecode specification, which makes a specific distinction between these
two scaling modes.

I can't remember the details though...


Also, it should be FT_Set_Char_Size( face, w*64, h*64, 72, 72 ) :-)

- David Turner
- The FreeType Project  (www.freetype.org)

PS: By the way, thanks a *lot* for your optimizations and bug fix
    on the cmap processing code. Great work !

> --
> Regards,
> olv
>
>
> _______________________________________________
> Freetype-devel mailing list
> [email protected]
> http://lists.nongnu.org/mailman/listinfo/freetype-devel
>
***********************************************************************************
Information contained in this email message is confidential and may be 
privileged, and is intended only for use of the individual or entity named 
above. If the reader of this message is not the intended recipient, or the 
employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited. If you have received this communication 
in error, please immediately notify the [EMAIL PROTECTED] and destroy the 
original message.
***********************************************************************************



_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to