0.2.4 • Published 8 years ago
subsetty v0.2.4
📝 subsetty
Subsetting fonts for node using fonttools
install
npm install subsetty
subset takes two arguments, a font and the subset text. The subset text get's filtered with Ramda join('', uniq(subset))
will get rid of all the duplicated characters.
howto
requires Python 2.7, 3.4 or later!
import { subset, toWoff } from './index'
subset(buffer, 'hello world')
.then(font => /* do something with the font buffer */)
toWoff(buffer)
.then(font => /* do something with the font buffer */)
0.2.4
8 years ago
0.2.3
8 years ago
0.2.2
8 years ago
0.2.1
8 years ago
0.2.0
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.0.9
8 years ago
0.0.8
8 years ago
0.0.7
8 years ago
0.0.6
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago