python3-gflanguages

API for evaluating language support in the Google Fonts collection

This Python module provides an API with data about languages/regions/scripts for use in the language-support categorization of the font families in the Google Fonts collection.

r-cran-fontawesome

GNU R support of 'Font Awesome' Icons

Easily and flexibly insert 'Font Awesome' icons into 'R Markdown' documents and 'Shiny' apps. These icons can be inserted into HTML content through inline 'SVG' tags or 'i' tags. There is also a utility function for exporting 'Font Awesome' icons as 'PNG' images for those situations where raster graphics are needed.

r-cran-gfonts

offline 'Google' Fonts for 'Markdown' and 'Shiny' for GNU R

Download 'Google' fonts and generate 'CSS' to use in 'rmarkdown' documents and 'shiny' applications. Some popular fonts are included and ready to use.

libttfautohint1t64

Automatic font hinter - library

This project provides a library which takes a TrueType font as the input, removes its bytecode instructions (if any), and returns a new font where all glyphs are bytecode hinted using the information given by FreeType's autohinting module. The idea is to provide the excellent quality of the autohinter on platforms which don't use FreeType.

bdflib

Python library and tools for working with BDF font files

This library allows for manipulating fonts directly and comes with command-line utilities for performing various operations on font files.

libotf1

Library for handling OpenType Font - runtime

The libotf library provides the following facilities: - Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. - Convert a Unicode character sequence to a glyph code sequence by using the above tables.