Accepting request 1070257 from home:dirkmueller:Factory
- update to 20230101: * Display the block name for reserved code points * Don't respond to wheel scrolls for buttons/tabsets * gfilechooser.c: fix behaviour when changing file type * Better control-drag handling for line-adjacent points * Fix resolution of program root * Fix missed nonextcp edit * Support ToUnicode extraction from PDFs for Type3 fonts * Add resource file and Windows application manifest * Fix name extraction for Type3 fonts from pdfs * cmake: Install fonttools and pycontrib * Fix InfoPlist.strings file name. * Fix normalisation of absolute paths * Handle non-array cm transforms while reading graphics stream from PDFs * Fix rect extraction from graphics stream for type3 fonts * Change which lookup types are suggested for jamo features * Better line handling in simplify * Use 'cmap' for Adobe-Identity-0 CID fonts * Fix ChangeGlyph calcluations relative to new nonext/prevcp conventions * Docs composite glyph * FVSplineFontPieceMeal: Check that the clut is present before applying conversion * Expand the lists of languages and scripts * Add flags to Python font.transform() * Support setting SplineChar width from importOutlines. * Undefine "extended" macro temporarily on GNU Hurd * Define PATH_MAX and MAXPATHLEN for GNU/Hurd compatibility * Fix Ascent & Descent Importing from SVG Font OBS-URL: https://build.opensuse.org/request/show/1070257 OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=85
This commit is contained in:
parent
3e8a4c8d81
commit
f242fd5d22
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58bbc759eb102263be835e6c006b1c16b508ba3d0252acd5389062826764f7a5
|
||||
size 17438030
|
BIN
20230101.tar.gz
(Stored with Git LFS)
Normal file
BIN
20230101.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 2 12:20:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 20230101:
|
||||
* Display the block name for reserved code points
|
||||
* Don't respond to wheel scrolls for buttons/tabsets
|
||||
* gfilechooser.c: fix behaviour when changing file type
|
||||
* Better control-drag handling for line-adjacent points
|
||||
* Fix resolution of program root
|
||||
* Fix missed nonextcp edit
|
||||
* Support ToUnicode extraction from PDFs for Type3 fonts
|
||||
* Add resource file and Windows application manifest
|
||||
* Fix name extraction for Type3 fonts from pdfs
|
||||
* cmake: Install fonttools and pycontrib
|
||||
* Fix InfoPlist.strings file name.
|
||||
* Fix normalisation of absolute paths
|
||||
* Handle non-array cm transforms while reading graphics stream
|
||||
from PDFs
|
||||
* Fix rect extraction from graphics stream for type3 fonts
|
||||
* Change which lookup types are suggested for jamo features
|
||||
* Better line handling in simplify
|
||||
* Use 'cmap' for Adobe-Identity-0 CID fonts
|
||||
* Fix ChangeGlyph calcluations relative to new nonext/prevcp
|
||||
conventions
|
||||
* Docs composite glyph
|
||||
* FVSplineFontPieceMeal: Check that the clut is present before
|
||||
applying conversion
|
||||
* Expand the lists of languages and scripts
|
||||
* Add flags to Python font.transform()
|
||||
* Support setting SplineChar width from importOutlines.
|
||||
* Undefine "extended" macro temporarily on GNU Hurd
|
||||
* Define PATH_MAX and MAXPATHLEN for GNU/Hurd compatibility
|
||||
* Fix Ascent & Descent Importing from SVG Font
|
||||
* Prevent floating point shenanigans in loop termination (fixes
|
||||
#5012)
|
||||
* GroupFindLPos() in fontforgeexe/groupsdlg.c null pointer fix
|
||||
* Fix drawing outside of expose calls
|
||||
* Fixed one more typo
|
||||
* Upgrade GitHub Actions
|
||||
* Prevents memory underflow in GFileMimeType() in gutils/fsys.c
|
||||
* Add a preference for saving editor state
|
||||
* splineutil.c: prevent hang on nan input
|
||||
* Shell-quote command sent to compressor in BDF
|
||||
* Fix pfadecrypt bugs
|
||||
* Include `SFDUTF7` functions in `libfontforge.so`
|
||||
* splinefit.c: Improvements to merge/simplify
|
||||
* RFE: [FEAT] When reference to non-existent glyphs are present
|
||||
in an OpenTy…
|
||||
* docs: Python scripting - update font.mergeFeature with
|
||||
details of boo…
|
||||
* Fix logic for CharString double-movetos after PR 4685
|
||||
* Upgrade to Unicode 15.0.0 and fix and expand the script lists
|
||||
* Fix broken link on scripting page
|
||||
* Fix typo in man page
|
||||
* Fix painting behaviour of the ruler linger window and layer
|
||||
change dialog
|
||||
* fontinfo.c: fix crash from uninitialised other_pos
|
||||
* tottfgpos: Fix needless warning about 16-bit field
|
||||
* ufo.c: emit guidelines key
|
||||
* fvmetrics.c: partial revert of 1033bc6
|
||||
* Update tranlsations from Crowdin
|
||||
* Fix woff2 decoding
|
||||
* Record unicode cmap encodings when one glyph is in multiple
|
||||
slots
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 21:20:14 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fontforge
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: fontforge
|
||||
Version: 20220308
|
||||
Version: 20230101
|
||||
Release: 0
|
||||
Summary: A Font Editor
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user