freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Drawing filled shapes with FreeType2


From: Werner LEMBERG
Subject: Re: [ft] Drawing filled shapes with FreeType2
Date: Sat, 25 Oct 2014 14:59:34 +0200 (CEST)

[Please use plain ASCII, not HTML, on this e-mail list.]

No time to look into this further, however I noticed

  v.x = 320<<16;

This looks strange, since FreeType uses 1/64 of a pixel as a unit.  I
think should rather be

  v.x = 320 << 6;


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]