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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Google Noto Fonts is a family of fonts designed to support all languages with a consistent look and aesthetic. Its goal is to properly display all Unicode symbols. This package provides the Serif variant of CJK fonts.
Inria Sans and Inria Serif are the two members of a type family designed for Inria, a public research institute in computer science and mathematics.
JuliaMono is a monospaced font for scientific and technical computing, designed to work for programming in the Julia Programming Language and other text environments.
GFS Ambrosia is a Greek typeface that has the main characteristics of the majuscule forms of the early Christian tradition. The font is provided in the OpenType font (OTF) format.
Paytone One is a sans serif typeface developed for use as a display and headlining webfont.
The face has a slight casual appearance with ample round bowls. The slanted stroke terminals add some visual play to the overall appearance of the font.
scientifica is largely based on creep, with a number of minor tweaks to improve readability (a matter of taste of course). Most characters are just 4px wide, which is brilliant for low dpi(90-120) displays.
Andika SIL is a sans serif, Unicode-compliant font designed especially for literacy use, taking into account the needs of beginning readers. The focus is on clear, easy-to-perceive letterforms that will not be readily confused with one another. This package provides only TrueType files (TTF).
PlemolJP (Plex Mono Language JP) is a Japanese programming font that is a composite of IBM Plex Mono and IBM Plex Sans JP.
Victor Mono is a monospaced font with optional semi-connected cursive italics and programming symbol ligatures. It comes in seven weights and Roman, Italic and Oblique styles.
LXGW Wenkai is a Simplified Chinese Imitation Song typeface covering the CJK Unified Ideographs (base block) and commonly used Hangul. For characters within GB 2312, standard glyphs for Mainland China is used.
Kawkab Mono (كوكب مونو) is a monospaced Arabic typeface. It is designed for code and text-editing in particular, and whenever having a fixed-pitch font is necessary, such as when composing tabular data using text.
Aporetic fonts are a custom build of Iosevka with different style and metrics than the default. Aporetic optimises for inter-glyph and inter-style consistency within the overarching constraint of usability at small point sizes.
Iosevka is a slender monospace sans-serif or slab-serif typeface inspired by Pragmata Pro, M+, and PF DIN Mono, designed to be the ideal font for programming. Iosevka is completely generated from its source code.
Iosevka is a slender monospace sans-serif or slab-serif typeface inspired by Pragmata Pro, M+, and PF DIN Mono, designed to be the ideal font for programming. Iosevka is completely generated from its source code.
Meera Inimai is a Unicode font for the Tamil Script. Meera Inimai is a san-serif typeface. It is best used as a screen font for body text. It is also useful for body text of printed pamphlets or single page designs. Meera Inimai can be thought of as similar to Helvetica and its variation Arial. Tamil characters are inherently vertically-elliptical. The orthography of Roman glyphs of Meera Inimai are also based on this characteristic so that they sit smoothly with the Tamil glyphs.
fcft is a small font loading and glyph rasterization library built on-top of FontConfig, FreeType2 and pixman.
It can load and cache fonts from a fontconfig-formatted name string, e.g. Monospace:size=12, optionally with user configured fallback fonts.
After a font has been loaded, you can rasterize glyphs. When doing so, the primary font is first considered. If it does not have the requested glyph, the user configured fallback fonts (if any) are considered. If none of the user configured fallback fonts has the requested glyph, the FontConfig generated list of fallback fonts are checked.
This Python package processes and generates instances for UFO files, glyphs and other data. It can, among other things:
Collect source materials.
Provide mutators for specific glyphs, font info, kerning so that other tools can generate partial instances.
Support designspace format 4 with layers.
Apply avar-like designspace bending.
Apply rules.
Generate actual UFO instances in formats 2 and 3.
Round geometry as requested.
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.
PSF is the simple monospaced bitmap font format used by the Linux kernel for console fonts. The PSF Tools convert between PSF and many other font formats, similar to what the NetPBM package does for images.
It includes converters for a good number of common bitmap font formats such as .BDF, .FNT, and .FON files, Berkeley vfonts, classic Amstrad/Sinclair/Hercules/BBC Micro soft fonts, and raw (DOS-style) fonts.
It also supports less traditional formats such as PBM/XBM images, plain text (for rudimentary editing), and C header files.
This library can read Open Type Layout Tables from an OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. It can convert a Unicode character sequence to a glyph code sequence by using the above tables.
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.
This package provides a collection of Python classes implementing the pen protocol for manipulating glyphs.
Raph Levien's Spiro package as a library. A mechanism for drawing smooth contours with constant curvature at the spline joins.
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.