Sorry, answered my own question. I need to pass FT_LOAD_NO_SCALE to FT_Load_Glyph().
Thanks, Charles On Fri, Jun 1, 2012 at 2:06 PM, Charles Matthew Chen <[email protected]> wrote: > 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 _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
