awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

33 dépôts

Awesome GitHub RepositoriesFont Manipulation Tools

Utilities for converting, editing, and inspecting font files.

Explore 33 awesome GitHub repositories matching part of an awesome list · Font Manipulation Tools. Refine with filters or upvote what's useful.

Awesome Font Manipulation Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • source-foundry/hackS

    source-foundry/Hack

    17,264Voir sur GitHub↗

    Hack is a font engineering toolkit and binary modification tool designed to patch font files to adjust layout metrics and swap glyph indices without requiring recompilation. It functions as a monospaced font customizer and renderer, enabling the display of source code using typefaces that support diverse character sets and specialized glyphs. The toolkit provides capabilities for desktop font customization, including the modification of vertical line spacing and the swapping of character designs to personalize glyph styles. It also includes a metadata editor for renaming internal font tables

    Implements direct byte-level modification of font files to alter internal structures without a high-level editor.

    Shell
    Voir sur GitHub↗17,264
  • foliojs/fontkitAvatar de foliojs

    foliojs/fontkit

    1,640Voir sur GitHub↗

    Advanced font engine for Node.js and browser environments.

    JavaScript
    Voir sur GitHub↗1,640
  • adobe-type-tools/afdkoAvatar de adobe-type-tools

    adobe-type-tools/afdko

    1,163Voir sur GitHub↗

    Adobe Font Development Kit for OpenType (AFDKO)

    Comprehensive Adobe toolkit for OpenType font development.

    PostScript
    Voir sur GitHub↗1,163
  • matthewgonzalez/fontplopAvatar de matthewgonzalez

    matthewgonzalez/fontplop

    789Voir sur GitHub↗

    Fast, Simple, & Free Open Source Webfont Converter

    Fast and simple webfont converter.

    TypeScript
    Voir sur GitHub↗789
  • caryll/otfccAvatar de caryll

    caryll/otfcc

    436Voir sur GitHub↗

    Optimized OpenType builder and inspector.

    Tool for parsing and writing SFNT font structures.

    C
    Voir sur GitHub↗436
  • itgalaxy/webfontAvatar de itgalaxy

    itgalaxy/webfont

    292Voir sur GitHub↗

    Generator of fonts from SVG icons.

    Generator for various web font formats including WOFF2.

    TypeScript
    Voir sur GitHub↗292
  • fontello/ttf2eotAvatar de fontello

    fontello/ttf2eot

    143Voir sur GitHub↗

    ttf2eot

    Converts TTF files to EOT format.

    JavaScript
    Voir sur GitHub↗143
  • typesupply/opentype-feature-introAvatar de typesupply

    typesupply/opentype-feature-intro

    121Voir sur GitHub↗

    An introduction to OpenType features for type designers.

    Introduction to OpenType features for type designers.

    Voir sur GitHub↗121
  • issotm/gb-vwfAvatar de ISSOtm

    ISSOtm/gb-vwf

    57Voir sur GitHub↗

    Moved to https://codeberg.org/ISSOtm/gb-vwf

    Variable-width font engine for Game Boy and Color.

    Voir sur GitHub↗57
  • pomax/a-binary-parser-generatorAvatar de Pomax

    Pomax/A-binary-parser-generator

    40Voir sur GitHub↗

    A tool for generating binary data parsers, based on a spec file that tells us what the data layout is.

    Generates binary parsers from specification files.

    JavaScript
    Voir sur GitHub↗40
  • caryll/otfcc-cubic2quadAvatar de caryll

    caryll/otfcc-cubic2quad

    35Voir sur GitHub↗

    Turn CFF to TTF using otfcc.

    Lossless conversion from CFF OTF to TTF.

    JavaScript
    Voir sur GitHub↗35
  • echolevel/protracker-fontAvatar de echolevel

    echolevel/protracker-font

    33Voir sur GitHub↗

    8x8 pixel font reconstructed as TTF from the Protracker v2.3D/v2.3E assembly source

    Reconstructed Protracker bitmap font in TTF format.

    Voir sur GitHub↗33
  • be5invis/node-sfntAvatar de be5invis

    be5invis/node-sfnt

    20Voir sur GitHub↗

    fonteditor-ttf

    SFNT parser and generator for Node.js.

    JavaScript
    Voir sur GitHub↗20
  • hsiaosiyuan0/fontsAvatar de hsiaosiyuan0

    hsiaosiyuan0/fonts

    16Voir sur GitHub↗

    Slicing and converting fonts in typescript.

    TypeScript library for manipulating font files.

    TypeScript
    Voir sur GitHub↗16
  • nfroidure/svgfont2svgiconsAvatar de nfroidure

    nfroidure/svgfont2svgicons

    16Voir sur GitHub↗

    //: # ( ) //: # (This file is automatically generated by a metapak) //: # (module. Do not change it except between the) //: # (content:start/end flags, your changes would) //: # (be overridden.) //: # ( )

    Extracts SVG icons from SVG font files.

    TypeScript
    Voir sur GitHub↗16
  • pomax/minimal-font-generatorAvatar de Pomax

    Pomax/Minimal-font-generator

    14Voir sur GitHub↗

    FONTGENERATOR.JS - DYNAMIC FONT GENERATION USING JAVASCRIPT

    Minimalist example of font generation.

    HTML
    Voir sur GitHub↗14
  • caryll/shapeopsAvatar de caryll

    caryll/shapeops

    11Voir sur GitHub↗

    Boolean operations and overlap removal for curves.

    Boolean operations and overlap removal for font curves.

    JavaScript
    Voir sur GitHub↗11
  • pomax/simple-cff-builderAvatar de Pomax

    Pomax/simple-cff-builder

    4Voir sur GitHub↗

    A simple CFF builder with global subroutines and human readable charstring input for generating test fonts.

    Tool for testing CFF charstrings.

    JavaScript
    Voir sur GitHub↗4
  • laoshu133/sfnt2woffAvatar de laoshu133

    laoshu133/sfnt2woff

    7Voir sur GitHub↗

    A woff convertrt for ttf or otf, Support for Node.js and Browsers.

    Converts TTF or OTF to WOFF for web use.

    JavaScript
    Voir sur GitHub↗7
  • dfrankland/node-fonttoolsD

    dfrankland/node-fonttools

    0Voir sur GitHub↗

    fonttools1 (also known as TTX) is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1, and some Mac-specific formats. Using Addons2 it's possible to bridge Python to Node, natively, using C++ and Python's [Python/C…

    Node.js bindings for the FontTools library.

    Voir sur GitHub↗0
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Font Manipulation Tools

Explorer les sous-tags

  • Binary Level ManipulatorsTools that operate directly on font bytes to modify internal structures. **Distinct from Font Manipulation Tools:** Distinct from Font Manipulation Tools by focusing on low-level byte manipulation rather than high-level editing or conversion.