[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Outline Tags
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Outline Tags |
Date: |
Thu, 31 Aug 2006 22:16:18 +0200 (CEST) |
> If I understand the documentation correctly, the possible values in
> the array outline->tags are FT_Curve_Tag_On, FT_Curve_Tag_Conic or
> FT_Curve_Tag_Cubic.
ORed by FT_CURVE_TAG_TOUCH_X and FT_CURVE_TAG_TOUCH_Y. Use the macro
FT_CURVE_TAG to filter them out.
I've fixed that in the glyphs-6.html file. Note that those documents
are quite old and don't completely reflect the current status of
FreeType.
Werner