All Projects → byte-foundry → Prototypo

byte-foundry / Prototypo

Licence: mpl-2.0
Create your own font in a few clicks

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Prototypo

Typography
C# Font Reader (TrueType / OpenType / OpenFont / CFF / woff / woff2) , Glyphs Layout and Rendering
Stars: ✭ 246 (-36.6%)
Mutual labels:  font, typography
Otfcc
Optimized OpenType builder and inspector.
Stars: ✭ 348 (-10.31%)
Mutual labels:  font, typography
Urbanist
Urbanist is a low-contrast, geometric sans-serif inspired by Modernist design and typography.
Stars: ✭ 374 (-3.61%)
Mutual labels:  font, typography
Typesetter
Android tool to help display changes to text positioning.
Stars: ✭ 149 (-61.6%)
Mutual labels:  font, typography
Epilogue
2 axes/Variable/18 styles/Sans
Stars: ✭ 104 (-73.2%)
Mutual labels:  font, typography
Scsscale
Typographic modular scale starter based on body's font-size built on SCSS.
Stars: ✭ 206 (-46.91%)
Mutual labels:  font, typography
Gluten
2 Axes/Variable/Super Soft/Display
Stars: ✭ 28 (-92.78%)
Mutual labels:  font, typography
Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (-83.51%)
Mutual labels:  font, typography
typeface-minecraft
Minecraft typeface and colors
Stars: ✭ 20 (-94.85%)
Mutual labels:  font, typography
ttf2hershey
Convert True Type Fonts (.ttf) to Hershey vector fonts
Stars: ✭ 29 (-92.53%)
Mutual labels:  font, typography
Plusjakartasans
+Jakarta Sans is a open-source fonts. Designed for Jakarta "City of collaboration" program in 2020.
Stars: ✭ 136 (-64.95%)
Mutual labels:  font, typography
baseline
New method for creating leading on the web
Stars: ✭ 31 (-92.01%)
Mutual labels:  font, typography
3270font
A 3270 font in a modern format
Stars: ✭ 1,197 (+208.51%)
Mutual labels:  font, typography
Typefaces
NPM packages for Open Source typefaces
Stars: ✭ 2,581 (+565.21%)
Mutual labels:  font, typography
Chinese Hershey Font
Convert Chinese Characters to Single-Line Fonts using Computer Vision
Stars: ✭ 70 (-81.96%)
Mutual labels:  font, typography
fdiff
An OpenType table diff tool for fonts. Based on the fontTools TTX format.
Stars: ✭ 33 (-91.49%)
Mutual labels:  font, typography
P5 Hershey Js
p5.js Hershey Vector Font Library
Stars: ✭ 23 (-94.07%)
Mutual labels:  font, typography
Google Type
Collaborative typography project using select passages from Aesop's Fables set to Google Fonts
Stars: ✭ 971 (+150.26%)
Mutual labels:  font, typography
Bellota-Font
An ornamented Sans Serif font family
Stars: ✭ 21 (-94.59%)
Mutual labels:  font, typography
Commissioner
Commissioner is a variable and static sans typeface.
Stars: ✭ 147 (-62.11%)
Mutual labels:  font, typography

Prototypo, Streamlining font creation

=====================================

Build Status PayPayl donate button

BEFORE ANYTHING !

Use git flow on this branch (reactify-and-cleanup) Add --no-ff to your merge options on this branch. If you merge a branch on reactify-and-cleanup with ff I'll be really sad and cry

Labeling convention:

  • Feature -> feat/name-of-feature
  • Fix -> fix/name-of-fix_issuenumber

Before installing Prototypo

In order to build Prototypo, you need to install the following software-packages on your system:

  • Git
  • node >= 4 with npm >= 3 or yarn

Installing Prototypo

Clone a copy of the main Prototypo git repository

$ git clone git://github.com/byte-foundry/prototypo.git && cd prototypo

Install build scripts and frontend libraries

$ yarn

Running Prototypo

$ yarn start

Roadmap to v1.0

  • possibility to modify text directly in the preview (#78) ……… ✓
  • a complete alphabet with alternates (some numbers, punctuation and accents are missing) ……… ✓
  • automatic spacing (#124)
  • generating binary font-files such as .otf, see the current workaround (#12) ……… ✓
  • personnal library to save and load different fonts (#125) ……… ✓
  • undo/redo history (#94) ……… ✓

Known issues

  • font export is broken in Safari (#111)

Converting an .svg font to other font formats

This operation currently requires either Fontforge or using a hosted service such as onlinefontconverter.

License

Files with a .js, .jsx or .json extension in this repository are licensed under MPLv2. All other files (including .css, .scss, .svg and .png files) are the property of Prototypo SAS and cannot be redistributed outside of a Github.com repository. Prototypo and its logo are registered trademarks of Prototypo SAS.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].