Skip to content

Commit 9624e16

Browse files
committed
readme edit
1 parent 060ac76 commit 9624e16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A Tool that provides automatic kerning for ligature based OpenType fonts in Micr
33

44
There are three stages of the algorithm.
55
- The first stage is to process every single glyph image and extract the extents of the strokes in terms of height at several horizontal locations. The output can be plotted by *plot_glyph_data* in module *heights*
6-
-
6+
77
``` python
88
import source.heights as ht
99
ht.plot_glyph_data(LookUp,"path/to/glyph.png","glyph")

0 commit comments

Comments
 (0)