SHA256
1
0
forked from pool/freetype2

- Update to version 2.9

* Advance width values of variation fonts were often wrong.
  * More fixes for variation font support; you should update to
    this version if you want to support them.
  * As a GSoC project, Ewald Hew extended the new (Adobe) CFF
    engine to handle Type 1 fonts also, thus greatly improving
    the rendering of this format. This is the new default.
  * A new function, `FT_Set_Named_Instance', can be used to set
    or change the current named instance.
  * Starting with this FreeType version, resetting variation
    coordinates will return to the currently selected named
    instance. Previously, FreeType returned to the base font 
    (i.e., no instance set).
  * Some fuzzer fixes to better reject malformed fonts.

- Update to version 2.9
  * The `ftbench' demo program has a new test for opening a new
    face and loading some glyphs.
  * The `ftbench' demo program has a new option `-j' to specify
    the last glyph index to be used in the tests.
  * The `ftgrid' demo program has a new option `-n' to suppress
    display of named instances of variation fonts.
  * The `ttdebug' demo program can now show a stack trace (key `K')
    and switch between hexadecimal and decimal display of integers
    (key `I').

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=129
This commit is contained in:
Ismail Dönmez
2018-01-09 11:42:34 +00:00
committed by Git OBS Bridge
parent b674d200e4
commit 44ebe63372
10 changed files with 47 additions and 15 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jan 9 11:34:51 UTC 2018 - idonmez@suse.com
- Update to version 2.9
* Advance width values of variation fonts were often wrong.
* More fixes for variation font support; you should update to
this version if you want to support them.
* As a GSoC project, Ewald Hew extended the new (Adobe) CFF
engine to handle Type 1 fonts also, thus greatly improving
the rendering of this format. This is the new default.
* A new function, `FT_Set_Named_Instance', can be used to set
or change the current named instance.
* Starting with this FreeType version, resetting variation
coordinates will return to the currently selected named
instance. Previously, FreeType returned to the base font
(i.e., no instance set).
* Some fuzzer fixes to better reject malformed fonts.
-------------------------------------------------------------------
Mon Sep 18 09:15:41 UTC 2017 - idonmez@suse.com