Bug#1004942: ITP: glyphsets -- Python API for evaluating glyph sets in font projects

2022-07-17 Thread Agathe Porte

Hi kretcheu,

On Thu, 03 Feb 2022 23:39:34 -0300 "Paulo Roberto Alves de Oliveira (aka 
kretcheu)"  wrote:


> Package: wnpp
> Severity: wishlist
> Owner: "Paulo Roberto Alves de Oliveira (aka kretcheu)" 


> X-Debbugs-Cc: debian-de...@lists.debian.org
>

> * Package name : glyphsets

Are you still actively working on this package? I see you created a repo 
on salsa but did not touch it since 5 months [1].


If not, can I take over to be able to update the "gftools" package to 
its latest version before the freeze? [2]


[1] https://salsa.debian.org/kretcheu/glyphsets

[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013213

> Version : 0.2.1

FYI latest upstream release is now 0.5.2 [3].

[3] https://github.com/googlefonts/glyphsets/releases/tag/v0.5.2

Best regards,

Agathe



Bug#1004942: ITP: glyphsets -- Python API for evaluating glyph sets in font projects

2022-02-03 Thread Paulo Roberto Alves de Oliveira (aka kretcheu)
Package: wnpp
Severity: wishlist
Owner: "Paulo Roberto Alves de Oliveira (aka kretcheu)" 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: glyphsets
  Version : 0.2.1
  Upstream Author : 2017.Google.Inc.
* URL : https://github.com/googlefonts/glyphsets 
* License : Apache-2.0
  Programming Lang: Python
  Description : Python API for evaluating glyph sets in font projects

 This python module provides an API with data about glyph sets for many
 different scripts and languages. This was crafted to specify the sets of
 characters that fonts in the Google Fonts collection are expected to provide
 glyphs for.
 .
 If you are a font developer or typeface designer,
 see the Lib/glyphsets/encodings/GF Glyph Sets subdirectory which provides
 glyph set definition "standards" that are typically useful sets to draw.
 .
 On the other hand, the nam files on the Lib/glyphsets/encodings directory are
 probably more useful for expert web developers. Those files explain how the
 Unicode Range subsets are defined, typically per script (writing system),
 in the Google Fonts css API.
 Python API for evaluating coverage of glyph sets in font projects.