|
|
|
@ -1,9 +1,14 @@ |
|
|
|
|
2004-06-21 David Turner <david@freetype.org> |
|
|
|
|
2004-06-21 Werner Lemberg <wl@gnu.org> |
|
|
|
|
|
|
|
|
|
* src/base/ftobjs.c: documentation fix |
|
|
|
|
* docs/CHANGES: Updated. |
|
|
|
|
|
|
|
|
|
* src/truetype/ttgload.c: fixing a scaling bug that caused incorrect |
|
|
|
|
rendering when the bytecode interpreter was enabled. |
|
|
|
|
2004-06-21 David Turner <david@freetype.org> |
|
|
|
|
|
|
|
|
|
* src/truetype/ttgload.c (TT_Process_Simple_Glyph, |
|
|
|
|
load_truetype_glyph): Don't access (unrounded) |
|
|
|
|
`TT_Size.root.metrics' but (rounded) `TT_Size.metrics'. This fixes |
|
|
|
|
a scaling bug that caused incorrect rendering when the bytecode |
|
|
|
|
interpreter was enabled. |
|
|
|
|
|
|
|
|
|
2004-06-14 Huw D M Davies <h.davies1@physics.ox.ac.uk> |
|
|
|
|
|
|
|
|
|