_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


ttf2eot 0.0.3
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/wget/ttf2eot
Licenses: FreeBSD
Build system: gnu
Synopsis: Convert from TrueType to Embeddable Open Type
Description:

This package contains a commandline wrapper around OpenTypeUtilities.cpp from Chromium, used to make EOT (Embeddable Open Type) files from TTF (TrueType/OpenType Font) files.

go-wrap 0.3.2
Dependencies: font-liberation@2.1.5 font-gnu-freefont@20120503
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/eprovst/wrap
Licenses: GPL 3
Build system: go
Synopsis: Format Fountain screenplays
Description:

Wrap is a command line tool that is able to convert Fountain files into a correctly formatted screen- or stageplay as an HTML or a PDF. It supports standard Fountain, but also has some custom syntax extensions such as translated keywords and acts.

python-fontparts 0.13.3
Propagated dependencies: python-booleanoperations@0.9.0 python-defcon@0.12.2 python-fontmath@0.9.4 python-fonttools-minimal@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/robotools/fontParts
Licenses: Expat
Build system: pyproject
Synopsis: Library for interacting with font parts
Description:

FontParts is an API for interacting with the parts of fonts during the font development process. FontParts is the successor of RoboFab.

python-afdko 4.0.2
Dependencies: bash-minimal@5.2.37 cpp-antlr4-runtime@4.10.1 libxml2@2.14.6 util-linux@2.40.4
Propagated dependencies: psautohint@2.4.0 python-booleanoperations@0.9.0 python-defcon@0.12.2 python-fontmath@0.9.4 python-fonttools@4.59.2 python-lxml@6.0.2 python-tqdm@4.67.1 python-ufonormalizer@0.6.3 python-ufoprocessor@1.14.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/adobe-type-tools/afdko
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Adobe Font Development Kit for OpenType
Description:

The Adobe Font Development Kit for OpenType (AFDKO) is a set of tools for building OpenType font (OTF) files from PostScript and TrueType font data. It includes the following commands:

buildcff2vf

Assemble a CFF2 variable font from a .designspace file.

buildmasterotfs

Build master source OpenType/CFF fonts from a .designspace file and UFO master source fonts.

charplot
dtdigiplotdtfontplotdtfontsetplotdthintplotdtwaterfallplot

Aliases for the corresponding options of the proofpdf command.

checkoutlinesufo

Perform outline quality checks. It can also remove path overlaps.

comparefamily

Look in a specific directory, examine and report on all the OpenType fonts found.

type1
dtdetype1

Compile and decompile, respectively, a Type 1 font to and from a plain-text representation.

makeinstancesufo

Generate UFO font instances from a set of master UFO fonts.

makeotfexe

Read all the font data and build the final OpenType font.

makeotf

This command can be used to prepare the input files needed by makeotfexe.

mergefonts

Merge one or more fonts into a parent font.

otc2otf

Extract all OpenType fonts from the parent OpenType Collection font.

otf2otc

Build an OpenType Collection font file from two or more OpenType font files.

otf2ttf

Converts OpenType-CFF fonts to TrueType.

rotatefont

Apply a Postscript transform matrix to the source font files.

sfntdiff

Low-level comparison of two OpenType font files.

sfntedit

Support table-editing, listing, and checksumming options on sfnt-formatted files such as OpenType Format (OTF) or TrueType.

spot

Dump sfnt data from plain files or Macintosh resource files.

ttfcomponentizer

Take in a TrueType font and look for a UFO font stored in the same directory. Use the UFO's components data to compose matching TrueType glyphs.

ttfdecomponentizer

Take in a TrueType font and decompose any composite glyphs into simple glyphs.

ttxn

Make a normalized dump of the font, or of selected tables.

tx

The tx (Type eXchange) is a test harness for the CoreType libraries but also provides many useful font conversion and analysis facilities.

freetype 2.13.3
Propagated dependencies: libpng@1.6.39 zlib@1.3.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://freetype.org/
Licenses: Freetype
Build system: gnu
Synopsis: Font rendering library
Description:

Freetype is a library that can be used by applications to access the contents of font files. It provides a uniform interface to access font files. It supports both bitmap and scalable formats, including TrueType, OpenType, Type1, CID, CFF, Windows FON/FNT, X11 PCF, and others. It supports high-speed anti-aliased glyph bitmap generation with 256 gray levels.

python-mutatormath 3.0.1
Propagated dependencies: python-defcon@0.12.2 python-fontmath@0.9.4 python-fonttools-minimal@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/LettError/MutatorMath
Licenses: Modified BSD
Build system: pyproject
Synopsis: Piecewise linear interpolation Python library
Description:

MutatorMath is a Python library for the calculation of piecewise linear interpolations in n-dimensions with any number of masters. It was developed for interpolating data related to fonts, but if can handle any arithmetic object.

python-fontmath 0.9.4
Propagated dependencies: python-fonttools-minimal@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/robotools/fontMath
Licenses: Expat
Build system: pyproject
Synopsis: Fast font mathematical operations library
Description:

This package provides a set of objects for performing fast font, glyph, etc. mathematical operations on font data.

python-sfdlib 1.2.5
Propagated dependencies: python-ufolib2@0.18.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/aliftype/sfdLib
Licenses: Modified BSD
Build system: pyproject
Synopsis: Simple SFD to UFO converter
Description:

This package provides the sfd2ufo command, a converter from FontForge’s SFD fonts to UFO fonts.

python-afdko 3.6.1
Dependencies: bash-minimal@5.2.37 libxml2@2.14.6
Propagated dependencies: psautohint@2.4.0 python-booleanoperations@0.9.0 python-defcon@0.12.2 python-fontmath@0.9.4 python-fonttools@4.59.2 python-lxml@6.0.2 python-tqdm@4.67.1 python-ufonormalizer@0.6.3 python-ufoprocessor@1.14.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/adobe-type-tools/afdko
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Adobe Font Development Kit for OpenType
Description:

The Adobe Font Development Kit for OpenType (AFDKO) is a set of tools for building OpenType font (OTF) files from PostScript and TrueType font data. It includes the following commands:

buildcff2vf

Assemble a CFF2 variable font from a .designspace file.

buildmasterotfs

Build master source OpenType/CFF fonts from a .designspace file and UFO master source fonts.

charplot
dtdigiplotdtfontplotdtfontsetplotdthintplotdtwaterfallplot

Aliases for the corresponding options of the proofpdf command.

checkoutlinesufo

Perform outline quality checks. It can also remove path overlaps.

comparefamily

Look in a specific directory, examine and report on all the OpenType fonts found.

type1
dtdetype1

Compile and decompile, respectively, a Type 1 font to and from a plain-text representation.

makeinstancesufo

Generate UFO font instances from a set of master UFO fonts.

makeotfexe

Read all the font data and build the final OpenType font.

makeotf

This command can be used to prepare the input files needed by makeotfexe.

mergefonts

Merge one or more fonts into a parent font.

otc2otf

Extract all OpenType fonts from the parent OpenType Collection font.

otf2otc

Build an OpenType Collection font file from two or more OpenType font files.

otf2ttf

Converts OpenType-CFF fonts to TrueType.

rotatefont

Apply a Postscript transform matrix to the source font files.

sfntdiff

Low-level comparison of two OpenType font files.

sfntedit

Support table-editing, listing, and checksumming options on sfnt-formatted files such as OpenType Format (OTF) or TrueType.

spot

Dump sfnt data from plain files or Macintosh resource files.

ttfcomponentizer

Take in a TrueType font and look for a UFO font stored in the same directory. Use the UFO's components data to compose matching TrueType glyphs.

ttfdecomponentizer

Take in a TrueType font and decompose any composite glyphs into simple glyphs.

ttxn

Make a normalized dump of the font, or of selected tables.

tx

The tx (Type eXchange) is a test harness for the CoreType libraries but also provides many useful font conversion and analysis facilities.

libraqm 0.10.1
Dependencies: freetype@2.13.3 fribidi@1.0.12 harfbuzz@11.4.4
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/HOST-Oman/libraqm
Licenses: Expat
Build system: meson
Synopsis: Library for complex text layout
Description:

Raqm is a small library that encapsulates the logic for complex text layout and provides a convenient API.

It currently provides bidirectional text support (using FriBiDi), shaping (using HarfBuzz), and proper script itemization. As a result, Raqm can support most writing systems covered by Unicode.

lcdf-typetools 2.108
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://lcdf.org/type/
Licenses: GPL 2+
Build system: gnu
Synopsis: Multiple font manipulation tools
Description:

LCDF Typetools comprises several programs for manipulating PostScript Type 1, Type 1 Multiple Master, OpenType, and TrueType fonts. These tools are cfftot1, mmafm, mmpfb, otfinfo, otftotfm, t1dotlessj, t1lint, t1rawfm, t1reencode, t1testpage and ttftotype42.

python-beziers 0.6.0
Propagated dependencies: python-pyclipper@1.3.0.post6
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://simoncozens.github.io/beziers.py/index.html
Licenses: Expat
Build system: pyproject
Synopsis: Python bezier manipulation library
Description:

Beziers provides a variety of classes for constructing, manipulating and drawing Bezier curves and paths. Principally designed for font design software, it allows you to join, split, offset, and perform many other operations on paths.

fontforge 20230101
Dependencies: cairo@1.18.4 bash-minimal@5.2.37 fontconfig-minimal@2.16.0 freetype@2.13.3 gettext-minimal@0.23.1 libice@1.1.2 libsm@1.2.5 libx11@1.8.12 libxi@1.8.2 libjpeg-turbo@2.1.4 libltdl@2.4.7 libpng@1.6.39 libspiro@20200505 libtiff@4.4.0 libungif@4.1.4 libxft@2.3.8 libxml2@2.14.6 pango@1.56.4 potrace@1.16 python@3.12.12 python-setuptools-bootstrap@80.9.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://fontforge.github.io
Licenses: GPL 3+
Build system: cmake
Synopsis: Outline font editor
Description:

FontForge allows you to create and modify postscript, truetype and opentype fonts. You can save fonts in many different outline formats, and generate bitmaps.

python-opentype-sanitizer 9.2.0
Dependencies: opentype-sanitizer@8.2.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/googlefonts/ots-python
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python wrapper for OpenType Sanitizer
Description:

Python wrapper for the OpenType Sanitizer library.

fontconfig 2.16.0
Dependencies: font-dejavu@2.37
Propagated dependencies: expat@2.7.1 freetype@2.13.3 util-linux@2.40.4
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://www.freedesktop.org/wiki/Software/fontconfig/
Licenses: non-copyleft
Build system: gnu
Synopsis: Library for configuring and customizing font access
Description:

Fontconfig can discover new fonts when installed automatically; perform font name substitution, so that appropriate alternative fonts can be selected if fonts are missing; identify the set of fonts required to completely cover a set of languages; have GUI configuration tools built as it uses an XML-based configuration file; efficiently and quickly find needed fonts among the set of installed fonts; be used in concert with the X Render Extension and FreeType to implement high quality, anti-aliased and subpixel rendered text on a display.

python-freetype-py 2.5.1
Dependencies: freetype@2.13.3
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/rougier/freetype-py
Licenses: Modified BSD
Build system: pyproject
Synopsis: Freetype python bindings
Description:

Freetype Python provides bindings for the FreeType library. Only the high-level API is bound.

python-compreffor 0.5.6
Propagated dependencies: python-fonttools-minimal@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/googlefonts/compreffor
Licenses: ASL 2.0
Build system: pyproject
Synopsis: @acronym{CFF, Compact Font Format} subroutinizer for fontTools
Description:

This package provides a CFF subroutinizer for fontTools.

fontmanager 0.9.0
Dependencies: fontconfig-minimal@2.16.0 freetype@2.13.3 gsettings-desktop-schemas@48.0 gtk@4.22.1 json-glib@1.10.0 libsoup@3.6.5 sqlite@3.39.3 webkitgtk@2.50.3
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://fontmanager.github.io/
Licenses: GPL 3+
Build system: meson
Synopsis: Simple font management for GTK desktop environments
Description:

Font Manager is intended to provide a way for users to easily manage desktop fonts, without having to resort to command-line tools or editing configuration files by hand. While designed primarily with the GNOME Desktop Environment in mind, it should work well with other GTK desktop environments.

psautohint 2.4.0
Dependencies: python-fonttools@4.59.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/adobe-type-tools/psautohint
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Adobe's PostScript autohinter
Description:

This package provides the autohinter command that can be used to hint PostScript fonts. A Python wrapper is also included.

t1lib 5.1.2
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://www.t1lib.org/
Licenses: GPL 2
Build system: gnu
Synopsis: Library for generating bitmaps from Type 1 fonts
Description:

T1lib is a library for generating/rasterising bitmaps from Type 1 fonts. It is based on the code of the X11 rasteriser of the X11 project.

The bitmaps created by t1lib are returned in a data structure with type GLYPH. This special GLYPH-type is also used in the X11 window system to describe character bitmaps. It contains the bitmap data as well as some metric information. But t1lib is in itself entirely independent of the X11-system or any other graphical user interface.

teckit 2.5.10
Dependencies: zlib@1.3.1 expat@2.7.1
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://scripts.sil.org/cms/scripts/page.php?cat_id=teckit
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: Toolkit for encoding conversions
Description:

TECkit is a low-level toolkit intended to be used by other applications that need to perform encoding conversions (e.g., when importing legacy data into a Unicode-based application). The primary component of the TECkit package is therefore a library that performs conversions; this is the "TECkit engine". The engine relies on mapping tables in a specific binary format (for which documentation is available); there is a compiler that creates such tables from a human-readable mapping description (a simple text file).

To facilitate the development and testing of mapping tables for TECkit, several applications are also included in the current package; these include simple tools for applying conversions to plain-text and Standard Format files, as well as both command-line and simple GUI versions of the TECkit compiler. However, it is not intended that these tools will be the primary means by which end users perform conversions, and they have not been designed, tested, and debugged to the extent that general-purpose applications should be.

python-glyphslib 6.6.1
Propagated dependencies: python-defcon@0.12.2 python-fonttools@4.59.2 python-openstep-plist@0.5.2 python-ufolib2@0.18.1 python-ufo2ft@2.33.4 python-ufonormalizer@0.6.3
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/googlefonts/glyphsLib
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Bridge Glyphs source files to UFOs
Description:

This package provides a bridge from Glyphs source files (.glyphs) to UFOs and DesignSpace files via defcon and designspaceLib.

woff2 1.0.2
Propagated dependencies: brotli@1.1.0
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://w3c.github.io/woff/woff2/
Licenses: Expat
Build system: cmake
Synopsis: Libraries and tools for WOFF2 font format
Description:

WOFF2 provides libraries and tools to handle the Web Open Font Format (WOFF).

graphite2 1.3.13
Dependencies: freetype@2.13.3
Channel: guix
Location: gnu/packages/fontutils.scm (gnu packages fontutils)
Home page: https://github.com/silnrsi/graphite
Licenses: LGPL 2.1+
Build system: cmake
Synopsis: Reimplementation of the SIL Graphite text processing engine
Description:

Graphite2 is a reimplementation of the SIL Graphite text processing engine. Graphite is a smart font technology designed to facilitate the process known as shaping. This process takes an input Unicode text string and returns a sequence of positioned glyphids from the font.

Total packages: 73978