pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/Inter-UI



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Wed Jun 30 08:52:47 UTC 2021

Modified Files:
        pkgsrc/fonts/Inter-UI: Makefile PLIST distinfo

Log Message:
Inter-UI: update to 3.19.

Changes since v3.18:

- Fixes a variable-font interpolation bug with Roman numeral eight. #382
- Fixes spacing of the latin epsilon glyph thanks to @hcsch. #377
- Adds new glyph U+25AA "blackSmallSquare" including calt mappings for
  case sensitivity. #373
- Removes U+20E3 "uni20E3" COMBINING ENCLOSING KEYCAP which triggers a
  bug in chromium, causing certain emoji to not render properly. #371
- Improvements to Roman numerals

Changes since v3.17:

- Adjusts vertical metrics metadata to that of v3.15 and older. This
  should fix any vertical alignment issues that might have occurred with
  v3.17. #361
- Fixes several issues with italics introduced by Glyphs 3 upgrade:
- Fixes an issue with backslash in Italic masters. #362
- Fixes issues with afii10026 and uni0376 in italic masters
- Fixes issue with italic q U+0071 by inlining the shape instead of
  using components. #360
- Fixes issue with U+035E COMBINING DOUBLE MACRON and U+20F0 COMBINING
  ASTERISK ABOVE in Thin Italic. #363
- Fixes positioning issue with U+0358 COMBINING DOT ABOVE RIGHT
- Improvements to U+20DC COMBINING FOUR DOTS ABOVE and U+20DB COMBINING
  THREE DOTS ABOVE
- Improvements to U+204E LOW ASTERISK
- Improved positioning via mark anchors of combining glyphs U+20F0,
  U+035E and U+035F. #363
- Changes glyph shape of Latin upper-case iota. #359
- Improved glyph composition via ccmp for enclosed glyphs like
  U+0041,U+20DD. #335

Changes since v3.15:

- Fixes issues with appearance in Microsoft Word. #352 (note that #156
  is still unresolved although we have made some progress in v3.16 toward
  developing workarounds for certain printers.)
- Fixes double grave interpolation issue. #317
- Fixes design issue with glyphs acutedblnosp, dblgravecmb, uni02F6 and
  uni02F5. #339
- Fixes missing or incorrect mark anchors in several turn* glyphs. #336
- Adds Baht currency glyph U+0E3F. #323
- Improvement to Latin iota (lower and upper case) glyphs. #340
- Improvement to some numerical fraction glyphs
- Adds a dummy DSIG table to address issues with Microsoft Office 2003
  and older
- Improvements when using Inter with certain older Microsoft products
  by decomposing any nested components which some of that software has
  issues with
- Addresses a major regression in v3.16 where several italic glyphs got
  messed up due to a Glyphs 3 version upgrade of the source file. This
  only affected users of v3.16 which was only released for about 12 hours
  before being replaced with this release v3.17. #360

Changes since v3.14:

- Fixes an issue with the variable font, where some software would not
  list the various weights correctly. #308
- Fixes an issue with rendering on Windows with ClearType where some
  glyphs using advanced OpenType features (component transformations)
  would render incorrectly, with a slight vertical offset. #251
- Improvements to Elfdalian, improving the /yogonek and /eth glyphs #285
- Improvements to /eth U+00F0 glyph f7924a2#commitcomment-41610142

Changes since v3.13:

- Fixes position of ring at bottom of /Aringbelow U+1E00. #266
- Fixes interpolation issues with /omegatitlocyrillic /omega and
  /pisymbolgreek. #272
- Fixes an issue with /dotmacroncomb.cn used by glyphs like
  /Adotmacron. #298
- Adds /bitcoin glyph U+20BF. #284
- Adds /insertionsymbol U+2380. #290
- Adds specialized glyphs /Aringogonek, /aringogonek, /Yogonek and
  /yogonek to fully support Elfdalian script. #285
- Adds U+EE01, a vertically-centered colon used by Android on the lock
  screen #212
- Improves kerning of /quotedblright,/quoteright and /period,/comma. #299
- Improves design of "Theta" U+03F4, U+0398 and "Fita" U+0472,
  U+0473. #263, #264
- Improves design of /yhook and use /ucyrillic in /Ukcyrillic
  /ukcyrillic. #273
- Improves design of /dzaltone and /dzcurl. #268
- Improves design of /percent, /perthousand and /pertenthousand
  glyphs. #237
- Improves variable-font metadata (STAT table). #265
- Improves (tunes) calt case substitutions, e.g. "x -X". #251
- Changes codepoint mapping of /q.sups from U+146B to private-area
  U+E163. #275

Changes since v3.12:

- Improvements to Greek and Cyrillic glyphs #240
- New stylistic set ss04 which is almost identical to ss02 with the
  exception of no slashed zero #252
- Fixes interpolation issues with several diacritics in the light
  weights #257
- Removes codepoint mappings for some math-related enclosed glyphs that
  would be too large when using the circle-enclosed glyphs #250
- Various improvements and adjustments to glyph shapes, spacing and
  kerning
- Improves OpenType feature name metadata

Changes since v3.11:

- This release includes major improvements Thin, Light and ExtraLight
  styles (including italic counterparts) incorporating months of work
  by @KatjaSchimmel


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/Inter-UI/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/fonts/Inter-UI/PLIST \
    pkgsrc/fonts/Inter-UI/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/Inter-UI/Makefile
diff -u pkgsrc/fonts/Inter-UI/Makefile:1.3 pkgsrc/fonts/Inter-UI/Makefile:1.4
--- pkgsrc/fonts/Inter-UI/Makefile:1.3  Sun Dec 15 20:47:15 2019
+++ pkgsrc/fonts/Inter-UI/Makefile      Wed Jun 30 08:52:47 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/12/15 20:47:15 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/06/30 08:52:47 fcambus Exp $
 
-VERSION=       3.11
+VERSION=       3.19
 DISTNAME=      Inter-${VERSION}
 PKGNAME=       Inter-UI-${VERSION}
 CATEGORIES=    fonts

Index: pkgsrc/fonts/Inter-UI/PLIST
diff -u pkgsrc/fonts/Inter-UI/PLIST:1.2 pkgsrc/fonts/Inter-UI/PLIST:1.3
--- pkgsrc/fonts/Inter-UI/PLIST:1.2     Fri Dec 13 14:41:31 2019
+++ pkgsrc/fonts/Inter-UI/PLIST Wed Jun 30 08:52:47 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/12/13 14:41:31 mef Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/06/30 08:52:47 fcambus Exp $
 share/fonts/X11/TTF/Inter-Black.otf
 share/fonts/X11/TTF/Inter-BlackItalic.otf
 share/fonts/X11/TTF/Inter-Bold.otf
@@ -17,7 +17,21 @@ share/fonts/X11/TTF/Inter-SemiBold.otf
 share/fonts/X11/TTF/Inter-SemiBoldItalic.otf
 share/fonts/X11/TTF/Inter-Thin.otf
 share/fonts/X11/TTF/Inter-ThinItalic.otf
-share/fonts/X11/TTF/Inter-V.var.otf
-share/fonts/X11/TTF/Inter-italic.var.otf
-share/fonts/X11/TTF/Inter-roman.var.otf
-share/fonts/X11/TTF/Inter.var.otf
+share/fonts/X11/TTF/InterDisplay-Black.otf
+share/fonts/X11/TTF/InterDisplay-BlackItalic.otf
+share/fonts/X11/TTF/InterDisplay-Bold.otf
+share/fonts/X11/TTF/InterDisplay-BoldItalic.otf
+share/fonts/X11/TTF/InterDisplay-ExtraBold.otf
+share/fonts/X11/TTF/InterDisplay-ExtraBoldItalic.otf
+share/fonts/X11/TTF/InterDisplay-ExtraLight.otf
+share/fonts/X11/TTF/InterDisplay-ExtraLightItalic.otf
+share/fonts/X11/TTF/InterDisplay-Italic.otf
+share/fonts/X11/TTF/InterDisplay-Light.otf
+share/fonts/X11/TTF/InterDisplay-LightItalic.otf
+share/fonts/X11/TTF/InterDisplay-Medium.otf
+share/fonts/X11/TTF/InterDisplay-MediumItalic.otf
+share/fonts/X11/TTF/InterDisplay-Regular.otf
+share/fonts/X11/TTF/InterDisplay-SemiBold.otf
+share/fonts/X11/TTF/InterDisplay-SemiBoldItalic.otf
+share/fonts/X11/TTF/InterDisplay-Thin.otf
+share/fonts/X11/TTF/InterDisplay-ThinItalic.otf
Index: pkgsrc/fonts/Inter-UI/distinfo
diff -u pkgsrc/fonts/Inter-UI/distinfo:1.2 pkgsrc/fonts/Inter-UI/distinfo:1.3
--- pkgsrc/fonts/Inter-UI/distinfo:1.2  Fri Dec 13 14:41:31 2019
+++ pkgsrc/fonts/Inter-UI/distinfo      Wed Jun 30 08:52:47 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/12/13 14:41:31 mef Exp $
+$NetBSD: distinfo,v 1.3 2021/06/30 08:52:47 fcambus Exp $
 
-SHA1 (Inter-3.11.tar.gz) = e28198e9252823f2806a619f3fbd370380da7386
-RMD160 (Inter-3.11.tar.gz) = 011956accaa39151ab30df6e64e3380b8919f7b2
-SHA512 (Inter-3.11.tar.gz) = 4c154f224b630ef3ca585111be6e7172ca4ba970ae358bb1ba305f1de24af71cf68f16c0009cc277c113edb4997b924a638b5714d4b44d0470a2e05640ee2749
-Size (Inter-3.11.tar.gz) = 44850353 bytes
+SHA1 (Inter-3.19.tar.gz) = 007a2b055a9aec6cff6cca32c14193685a2e4ec0
+RMD160 (Inter-3.19.tar.gz) = b4875b1227d269eb1f784fc7d87c05b442a00747
+SHA512 (Inter-3.19.tar.gz) = e35db3fd73b679e99a21c3166c19c37f91548ebb0fe338c933b58a3cd925709f3f134b83cc387e1d0f15773da104f99635859bd28162075780a947d4eb9d6fca
+Size (Inter-3.19.tar.gz) = 55636676 bytes



Home | Main Index | Thread Index | Old Index