* docs/CHANGES: Updated.
This commit is contained in:
parent
6c7c3de197
commit
2d67e9b555
|
@ -1,3 +1,7 @@
|
|||
2012-06-14 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* docs/CHANGES: Updated.
|
||||
|
||||
2012-06-14 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
[truetype] Add new versions of NEC FA family to tricky font list.
|
||||
|
@ -80,7 +84,7 @@
|
|||
|
||||
2012-03-20 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
[configure] fix Savannah bug #35644.
|
||||
[configure] Fix Savannah bug #35644.
|
||||
|
||||
* builds/unix/configure.raw: Check `-ansi' flag works even if gcc
|
||||
is used. Bionic libc headers for Android lose the consistency
|
||||
|
|
29
docs/CHANGES
29
docs/CHANGES
|
@ -1,4 +1,26 @@
|
|||
|
||||
CHANGES BETWEEN 2.4.9 and 2.4.10
|
||||
|
||||
I. IMPORTANT BUG FIXES
|
||||
|
||||
- Incremental glyph loading as needed by ghostscript was broken.
|
||||
|
||||
|
||||
II. MISCELLANEOUS
|
||||
|
||||
- A new function `FT_Outline_EmboldenXY', contributed by Alexei
|
||||
Podtelezhnikov.
|
||||
|
||||
- In the `ftview' demo program, key `e' has been replaced with `x'
|
||||
and `y' to embolden in horizontal and vertical directions,
|
||||
respectively.
|
||||
|
||||
- Minor improvements to the TrueType bytecode interpreter and
|
||||
glyph loader, the auto-hinter, and the B/W rasterizer.
|
||||
|
||||
|
||||
======================================================================
|
||||
|
||||
CHANGES BETWEEN 2.4.8 and 2.4.9
|
||||
|
||||
I. IMPORTANT BUG FIXES
|
||||
|
@ -10,9 +32,6 @@ CHANGES BETWEEN 2.4.8 and 2.4.9
|
|||
|
||||
II. MISCELLANEOUS
|
||||
|
||||
- A new function `FT_Outline_EmboldenXY', contributed by Alexei
|
||||
Podtelezhnikov.
|
||||
|
||||
- The `ENCODING -1 <n>' format of BDF fonts is now supported.
|
||||
|
||||
- For BDF fonts, support for the whole Unicode encoding range has
|
||||
|
@ -25,10 +44,6 @@ CHANGES BETWEEN 2.4.8 and 2.4.9
|
|||
- The demo programs no longer recognize and handle default
|
||||
suffixes; you now have to always specify the complete font name.
|
||||
|
||||
- In the `ftview' demo program, key `e' has been replaced with `x'
|
||||
and `y' to embolden in horizontal and vertical directiions,
|
||||
respectively.
|
||||
|
||||
- Better rendering and LCD mode cycling added to ftview.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue