- 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:
parent
b674d200e4
commit
44ebe63372
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5435f02e02d2b87bb8e4efdcaa14b1f78c9cf3ab1ed80f94b6382fb6acc7d78
|
||||
size 1886443
|
3
freetype-2.9.tar.bz2
Normal file
3
freetype-2.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6ffba3c8cef93f557d1f767d7bc3dee860ac7a3aaff588a521e081bc36f4c8a
|
||||
size 1915013
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6251ab44adcb075c7ca4205163c43b6539cbe5265b8a24ec0afa07f8b9213f3
|
||||
size 2128376
|
3
freetype-doc-2.9.tar.bz2
Normal file
3
freetype-doc-2.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bbc3b067a465ae62484ba097c6d468ab0724c30b3d6329c77324c8901d03d78
|
||||
size 2128135
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package freetype2
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
#
|
||||
%define doc_version 2.8.1
|
||||
%define doc_version 2.9
|
||||
Name: freetype2
|
||||
Version: 2.8.1
|
||||
Version: 2.9
|
||||
Release: 0
|
||||
Summary: A TrueType Font Library
|
||||
License: SUSE-Freetype or GPL-2.0+
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e385c34fc91978e4db976cbb9e1cdc4d1ce611046f2a21ceb0737e9a60cefd9
|
||||
size 228934
|
3
ft2demos-2.9.tar.bz2
Normal file
3
ft2demos-2.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:874b20b6ebe514ba6acf9f6d1d63df21723206996179198121a68fd1f86cdee7
|
||||
size 230926
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 11:36:27 UTC 2018 - idonmez@suse.com
|
||||
|
||||
- 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').
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 09:17:19 UTC 2017 - idonmez@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ft2demos
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define freetype_version 2.8.1
|
||||
%define freetype_version 2.9
|
||||
Name: ft2demos
|
||||
Version: 2.8.1
|
||||
Version: 2.9
|
||||
Release: 0
|
||||
Summary: Freetype2 Utilities and Demo Programs
|
||||
License: GPL-2.0+
|
||||
|
Loading…
x
Reference in New Issue
Block a user