Package: wnpp Severity: wishlist Owner: "Paulo Roberto Alves de Oliveira (aka kretcheu)" <kretc...@gmail.com> X-Debbugs-Cc: debian-de...@lists.debian.org
* Package name : glyphtools Version : 0.8.0 Upstream Author : Simon.Cozens.<si...@simon-cozens.org> * URL : https://github.com/simoncozens/glyphtools * License : Apache-2.0 Programming Lang: Python Description : Routines for extracting information from font glyphs Package provides many routines to obtain information about font glyphs from font binaries or font project files. . Main features provide by the API: - Return the category of the given glyph. - Set the category of the glyph in the font. - Return glyph metrics as a dictionary. - Return the Arabic rise of the glyph (Y difference between entry and exit). - Return the Arabic run of the glyph (X difference between entry and exit). - Organise a dictionary into a number of bins. - Organise glyphs according to a given metric. - Return the glyph as a set of beziers.BezierPath objects. - Add a new glyph to the font duplicating an existing one.