ref: ef0af208a0b4259188ccb2f88598a087d66ece12
parent: 30eacee9e66600cc0c2183a36f839e27fee6596e
author: Tom Kacvinsky <[email protected]>
date: Wed Nov 22 15:40:29 EST 2000
Changed entry for `src/cff/t2objs.c (T2_Init_Face)' so that it is shorter.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2000-11-22 Tom Kacvinsky <[email protected]>
- * src/cff/t2objs.c (T2_Init_Face): Set `root->num_faces' when loading
- a pure CFF font. Set `units_per_EM' to a default of 1000 (for pure CFF
- fonts), instead of setting it based on the FontMatrix.
+ * src/cff/t2objs.c (T2_Init_Face): For pure CFF fonts, set
+ `root->num_faces' to `cff->num_faces' and set `units_per_EM'
+ to 1000.
2000-11-16 David Turner <[email protected]>