TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Create and manipulate fonts using JavaScript

88 pointsby potomakover 10 years ago

6 comments

fdbover 10 years ago
Plumin is a light wrapper around paper.js [1] and my opentype.js library[2], which can parse and write OpenType fonts in pure JavaScript.<p>Plumin is nice to build fonts from scratch. If you&#x27;re interested in taking an <i>existing</i> font and manipulating its shape or metrics, consider using opentype.js directly.<p>[1] <a href="http://paperjs.org/" rel="nofollow">http:&#x2F;&#x2F;paperjs.org&#x2F;</a><p>[2] <a href="https://github.com/nodebox/opentype.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nodebox&#x2F;opentype.js</a>
RussianCowover 10 years ago
What is the use case for something like this? I think it&#x27;s really, really cool that this is possible, but I&#x27;m having trouble coming up with a scenario in which I&#x27;d actually want to do this.
评论 #9066561 未加载
评论 #9067410 未加载
评论 #9064974 未加载
评论 #9065622 未加载
louisremiover 10 years ago
Here is the introduction blog post: <a href="https://www.kickstarter.com/projects/599698621/prototypo-streamlining-font-creation/posts/1132615" rel="nofollow">https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;599698621&#x2F;prototypo-str...</a>
politicianover 10 years ago
Web Font licensing is such a completely painful mess that I would wish&#x2F;hope&#x2F;love if this software came with a license that constrains the terms of use on any fonts produced with it to Creative Commons, or (what the hell) GPL.
sparakerover 10 years ago
Looks pretty awesome. Do you have any benchmarks on how fast this is on a mobile?
EdSharkeyover 10 years ago
Blob url&#x27;s set for @font-face src! What a neat hack.