On Sun, Apr 26, 2020 at 11:26 AM Werner LEMBERG <w...@gnu.org> wrote:
> Unfortunately, the OpenType standard doesn't store the orientation of
> outlines in the `glyf` or `CFF` (or `CFF2`) table.  In other words,
> this has to be computed, which further means that you have to use
> `FT_Outline_Get_Orientation` so that you can differentiate between
> inner and outer outlines in case you need it.

FT_Outline_Get_Orientation takes an FT_Outline argument, so I can't
compute the orientation of an individual contour.

-- 
Han-Wen Nienhuys - hanw...@gmail.com - http://www.xs4all.nl/~hanwen

Reply via email to