Minimal-font-generator
Font generator
A tool for generating minimal fonts with specific characters
This bit of JavaScript generates fonts that implement a single character, as a zero-width glyph.
13 stars
6 watching
2 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pomax/a-binary-parser-generator | Automates the creation of parsers for binary data files based on a specification. | 37 |
pomax/simple-cff-builder | Generates test fonts with customizable Type2 charstrings and global subroutines. | 3 |
byte-foundry/prototypo | A web-based font generation tool that allows users to create custom fonts with simple parameters. | 460 |
andipollok/fontastic | A library to create TrueType font files from scratch using the Processing Java environment. | 108 |
dotcore64/fontfacegen | Generates browser-compatible fonts from source TTTF or OTF files | 59 |
graphitemaster/breaking_the_physical_limits_of_fonts | An experiment to push the limits of font rendering using minimal resources | 318 |
adobe-fonts/adobe-variable-font-prototype | A font project that generates variable fonts with OpenType-CFF2 and TrueType formats | 145 |
pomax/cff-opcode-fonts | Fonts designed to test CFF opcode support in software rendering engines. | 7 |
munter/subfont | Tools for optimizing webfont loading by analyzing font usage and generating optimal subsets | 1,577 |
byte-foundry/plumin.js | A JavaScript library for font manipulation and creation | 590 |
minimaxir/aitextgen | A Python package for text generation using GPT-2 and EleutherAI's models, with fine-tuning capabilities. | 1,842 |
grzegorzrolek/null-ttf | Creating a minimal TrueType font by stripping out unnecessary data and bytes to produce the smallest possible valid binary | 8 |
vladimirgamalyan/fontbm | A command-line tool for generating bitmaps from fonts compatible with BMFont format. | 241 |
dominikwilkowski/cfonts | A tool for generating visually appealing console fonts from user input. | 1,602 |
googlefonts/fontmake | A tool for compiling fonts from various sources into binaries. | 783 |