Comment typo.
This commit is contained in:
parent
70e9d81577
commit
4f009174d8
|
@ -629,7 +629,7 @@
|
||||||
if ( !dict->has_font_matrix )
|
if ( !dict->has_font_matrix )
|
||||||
dict->units_per_em = pure_cff ? 1000 : face->root.units_per_EM;
|
dict->units_per_em = pure_cff ? 1000 : face->root.units_per_EM;
|
||||||
|
|
||||||
/* Normalize the font matrix so that `matrix->xx' is 1; the */
|
/* Normalize the font matrix so that `matrix->yy' is 1; the */
|
||||||
/* scaling is done with `units_per_em' then (at this point, */
|
/* scaling is done with `units_per_em' then (at this point, */
|
||||||
/* it already contains the scaling factor, but without */
|
/* it already contains the scaling factor, but without */
|
||||||
/* normalization of the matrix). */
|
/* normalization of the matrix). */
|
||||||
|
|
Loading…
Reference in New Issue