* src/autofit/afhints.h (AF_GlyphHints): Remove unused field.
This commit is contained in:
parent
6af024231b
commit
f42cc539e0
|
@ -1,3 +1,7 @@
|
||||||
|
2011-02-24 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
* src/autofit/afhints.h (AF_GlyphHints): Remove unused field.
|
||||||
|
|
||||||
2011-02-20 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
2011-02-20 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||||
|
|
||||||
[cache] Fix an off-by-one bug in FTC_Manager_RemoveFaceID().
|
[cache] Fix an off-by-one bug in FTC_Manager_RemoveFaceID().
|
||||||
|
|
|
@ -339,8 +339,6 @@ FT_BEGIN_HEADER
|
||||||
FT_Fixed y_scale;
|
FT_Fixed y_scale;
|
||||||
FT_Pos y_delta;
|
FT_Pos y_delta;
|
||||||
|
|
||||||
FT_Pos edge_distance_threshold;
|
|
||||||
|
|
||||||
FT_Int max_points; /* number of allocated points */
|
FT_Int max_points; /* number of allocated points */
|
||||||
FT_Int num_points; /* number of used points */
|
FT_Int num_points; /* number of used points */
|
||||||
AF_Point points; /* points array */
|
AF_Point points; /* points array */
|
||||||
|
|
Loading…
Reference in New Issue