I'm trying to get true type font glyph outlines using sample code from here.
There are some small errors in the code, including the fact that it only considers the whole part of the fixed point values that represent point positions of the glyphs.
There seem to be lots of examples of converting floating point values to fixed, but not vice-versa. How can I convert the whole FIXED value to a floating point value?