freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Speeding up afshaper.c


From: Werner LEMBERG
Subject: Re: [ft-devel] Speeding up afshaper.c
Date: Sat, 14 Oct 2017 11:43:18 +0200 (CEST)

> I wrote a small test that measures initializing the autohinter.
> Attached.  Would be nice if ftbench could do this as well.  Ie. not
> just load face, but load face and try loading one glyph.

OK.  With the just updated ftbench program in git, the call

  main foo.ttf 1000

of your test program is now equivalent to

  ftbench -b k -f 20 -i 10 -j 10 -c 1000 foo.ttf

New option `-j' sets the last glyph index, a new test (`-b k') creates
a face and loads the specified glyph(s) in one rush.

> [...] Anyway, please commit this.

Done, thanks!


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]