mirror of https://github.com/freetype/freetype
* docs/CHANGES: Updated.
This commit is contained in:
parent
2f0fdb9316
commit
11785f56e5
13
ChangeLog
13
ChangeLog
|
@ -1,9 +1,14 @@
|
|||
2004-06-21 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* docs/CHANGES: Updated.
|
||||
|
||||
2004-06-21 David Turner <david@freetype.org>
|
||||
|
||||
* src/base/ftobjs.c: documentation fix
|
||||
|
||||
* src/truetype/ttgload.c: fixing a scaling bug that caused incorrect
|
||||
rendering when the bytecode interpreter was enabled.
|
||||
* 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>
|
||||
|
||||
|
|
|
@ -13,6 +13,11 @@ LATEST CHANGES BETWEEN 2.1.9 and 2.1.8
|
|||
|
||||
- Handling of `bhed' table has been fixed.
|
||||
|
||||
- The TrueType driver with enabled byte code interpreter sometimes
|
||||
returned artifacts due to incorrect rounding. This bug has been
|
||||
introduced after version 2.1.4.
|
||||
|
||||
|
||||
II. IMPORTANT CHANGES
|
||||
|
||||
- George Williams contributed code to handle Apple's font
|
||||
|
|
Loading…
Reference in New Issue