# purplebamboo/font-carrier

font-carrier是一个功能强大的字体操作库，使用它你可以随心所欲的操作字体。让你可以在svg的维度改造字体的展现形状。

Repository: https://github.com/purplebamboo/font-carrier
Canonical: https://ross.abutalabs.com/products/font-carrier
Homepage: http://purplebamboo.github.io/font-carrier/
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2021-12-17T08:26:27+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4112, "days_push": 1720, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1629, forks 195 (observed 2026-08-28T04:05:13.879096+00:00)

## What it is
font-carrier is a Node.js library for manipulating font files, letting you set any SVG as the glyph for a character or extract the SVG shape of a glyph from an existing font. It can create blank fonts, parse TTF/SVG fonts, and export to the five major web font formats (ttf, eot, woff, woff2, svg).

## Use cases
- generate an iconfont from a set of svg icons
- convert svg icons into ttf woff and woff2 web fonts
- extract the svg shape of a character from an existing ttf font
- customize how a chinese character renders by replacing its glyph with an svg
- subset or rebuild fonts programmatically in node
- create a blank font and fill glyphs via svg

## When to choose
- you need programmatic svg-to-font or font-to-svg conversion in Node.js
- you are building an iconfont pipeline for web projects
- you want to replace or inspect individual glyph shapes in a font

## When to avoid
- you need a maintained tool - the latest release is from 2021 and the project sees little activity
- you only need a GUI or CLI for font subsetting rather than a library
- you work outside the Node.js ecosystem

## Facets
- artifact type: library
- maturity: maintenance
- function: parser, serialization, graphics
- domain: web-development, frontend, files
- platform: cross-platform
- tags: font-manipulation, iconfont, svg-to-font, font-subsetting, webfont, ttf, woff, nodejs

## Member repositories
- purplebamboo/font-carrier (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:13.879096+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:48:18.027250+00:00, confidence not recorded.
  - readme: https://github.com/purplebamboo/font-carrier (fetched 2026-08-28T04:05:13.879096+00:00, sha f40ee1ab258e)
  - homepage: http://purplebamboo.github.io/font-carrier/ (fetched 2026-08-29T11:21:06.281351+00:00, sha 737d648ce1d9)
  - registry_npm: https://registry.npmjs.org/font-carrier (fetched 2026-08-29T11:21:06.290780+00:00, sha 49a9b0017bee)
- Data as of 2026-08-30T08:39:29.467469+00:00.
