2.6.5
Werner Lemberg 12 years ago
parent 3683fb55c9
commit 7da6bbc34a
  1. 2
      src/autofit/aflatin.c
  2. 2
      src/autofit/aflatin2.c

@ -625,7 +625,7 @@
limit = metrics->root.globals->increase_x_height;
threshold = 40;
/* if the `increase_x_height' property is active, */
/* if the `increase-x-height' property is active, */
/* we round up much more often */
if ( limit &&
ppem <= limit &&

@ -574,7 +574,7 @@
limit = metrics->root.globals->increase_x_height;
threshold = 40;
/* if the `increase_x_height' property is active, */
/* if the `increase-x-height' property is active, */
/* we round up much more often */
if ( limit &&
ppem <= limit &&

Loading…
Cancel
Save