SHA256
1
0
forked from pool/freetype2

Accepting request 125214 from home:namtrac:branches:M17N

- Update to version 2.4.10
  * Incremental glyph loading as needed by ghostscript was broken.
  * A new  function `FT_Outline_EmboldenXY'
  * The glyph  spacing computation  in `FT_GlyphSlot_Embolden'  (and
    similar code in `ftview') has been improved.
  * Minor  improvements to  the TrueType  bytecode  interpreter  and
    glyph loader, the auto-hinter, and the B/W rasterizer.

- Update to version 2.4.10
  * In the `ftview' demo program, key `e' has been replaced with `x'
    and `y' to  embolden in  the horizontal and  vertical direction,
    respectively.

OBS-URL: https://build.opensuse.org/request/show/125214
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=68
This commit is contained in:
2012-06-17 11:51:37 +00:00
committed by Git OBS Bridge
parent ec8beaec91
commit 7288677bc1
10 changed files with 32 additions and 12 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jun 17 10:34:24 UTC 2012 - idonmez@suse.com
- Update to version 2.4.10
* Incremental glyph loading as needed by ghostscript was broken.
* A new function `FT_Outline_EmboldenXY'
* The glyph spacing computation in `FT_GlyphSlot_Embolden' (and
similar code in `ftview') has been improved.
* Minor improvements to the TrueType bytecode interpreter and
glyph loader, the auto-hinter, and the B/W rasterizer.
-------------------------------------------------------------------
Wed May 9 19:46:11 UTC 2012 - crrodriguez@opensuse.org