Skip to content

Commit

Permalink
readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedzeeshan committed Aug 30, 2021
1 parent 060ac76 commit 9624e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A Tool that provides automatic kerning for ligature based OpenType fonts in Micr

There are three stages of the algorithm.
- 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*
-

``` python
import source.heights as ht
ht.plot_glyph_data(LookUp,"path/to/glyph.png","glyph")
Expand Down

0 comments on commit 9624e16

Please sign in to comment.