On Thu, 14 Feb 2019 00:14:55 +0000, Dryden, Thomas wrote:

> "26.6 fractional pixel format"? How do I convert this to pixels?
> Divide by 26.6?

The meaning is that the bottom 6 bits are the fractional part. So to
convert to a float, for example, divide by 2**6 = 64.

_______________________________________________
Freetype mailing list
Freetype@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to