This commit is contained in:
Werner Lemberg 2012-09-25 06:37:15 +02:00
parent 3683fb55c9
commit 7da6bbc34a
2 changed files with 2 additions and 2 deletions

View File

@ -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 &&

View File

@ -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 &&