summaryrefslogtreecommitdiff
path: root/src/autofit/afhints.h
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2006-11-23 14:49:48 +0000
committerDavid Turner <david@freetype.org>2006-11-23 14:49:48 +0000
commit81e725f5133557bcfafa1ec55fe6cebb9c559902 (patch)
tree6517a47903e6b96f22620a6175522e36bd8d3317 /src/autofit/afhints.h
parent91959bf24c3ecf9c46cec9916e787e5e3457fafd (diff)
downloadfreetype2-81e725f5133557bcfafa1ec55fe6cebb9c559902.tar.gz
* src/autofit/afhints.c, src/autofit/afhints.h, src/autofit/aflatin.c,
src/autofit/aftypes.h: Misc. auto-hinter improvements
Diffstat (limited to 'src/autofit/afhints.h')
-rw-r--r--src/autofit/afhints.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/autofit/afhints.h b/src/autofit/afhints.h
index b6d8896f7..3bde12fc9 100644
--- a/src/autofit/afhints.h
+++ b/src/autofit/afhints.h
@@ -125,6 +125,7 @@ FT_BEGIN_HEADER
FT_Short pos; /* position of segment */
FT_Short min_coord; /* minimum coordinate of segment */
FT_Short max_coord; /* maximum coordinate of segment */
+ FT_Short height;
AF_Edge edge; /* the segment's parent edge */
AF_Segment edge_next; /* link to next segment in parent edge */