[ftfuzzer] Minor improvement.
* src/tools/ftfuzzer/ftfuzzer.cc: Don't set intermediate axis if bitmap strikes are active.
This commit is contained in:
parent
9931175dcc
commit
ab840e6a4c
@ -1,4 +1,11 @@
|
||||
2017-03-17 Werner Lemberg <wl@gnu.org>
|
||||
2017-03-18 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[ftfuzzer] Minor improvement.
|
||||
|
||||
* src/tools/ftfuzzer/ftfuzzer.cc: Don't set intermediate axis if
|
||||
bitmap strikes are active.
|
||||
|
||||
2017-03-18 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Improve `make multi'.
|
||||
|
||||
|
@ -385,7 +385,8 @@
|
||||
}
|
||||
|
||||
// test MM interface only for a face without a selected instance
|
||||
if ( instance_index == 0 )
|
||||
// and without a selected bitmap strike
|
||||
if ( !instance_index && !size_cnt )
|
||||
setIntermediateAxis( face );
|
||||
|
||||
// loop over all glyphs
|
||||
|
Loading…
Reference in New Issue
Block a user