summaryrefslogtreecommitdiff
path: root/scripts/render.sh
blob: 703c21f53f3c9021958ed3cfafa6be632b51509d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

HARFBUZZ=$HOME/harfbuzz

function render {
 echo weT͟Hər | $HARFBUZZ/util/hb-view --font-file=$1 --output-format=png --output-file=$2.png
}

render ../out/RobotoTTF/Roboto-Regular.ttf original
render Roboto-Regular.ttf modified

eog *.png