~ubuntu-branches/debian/sid/fonts-cantarell/sid

« back to all changes in this revision

Viewing changes to scripts/generate.sh

  • Committer: Package Import Robot
  • Author(s): Fabian Greffrath
  • Date: 2015-10-04 10:10:24 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20151004101024-rzhv4cbt8z80plxm
Tags: 0.0.17-1
* Imported Upstream version 0.0.17
  + baseline and bluezone fixes for autohinter to produce valid hints
  + many glyphs adjusted for baseline and proper hinting
* Disable the patch to enforce auto-hinting for the time being.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    AddExtrema()
16
16
    RoundToInt()
17
17
    CorrectDirection()
 
18
    ClearHints()
 
19
    AutoHint()
18
20
    Generate($fontname + ".otf")
19
21
    Close()
20
22
    i++