freetype
[Top][All Lists]
Advanced

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

[ft] Extract glyph contours using native units


From: Charles Matthew Chen
Subject: [ft] Extract glyph contours using native units
Date: Fri, 1 Jun 2012 14:06:48 -0300

Hi,

   I'm trying to extra unscaled glyph contours.  For example, if the
units_per_em is 1024 and the raw values in the .otf file is 512,512,
how do I configure freetype to return (512, 512) and not values scaled
to a certain pixel size, ppem, etc.?

   I'm assuming the answer is to call FT_Request_Size(), but I can't
determine the correct values for the FT_Size_Request passed to that
function.

Thanks,
   Charles



reply via email to

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