Home
last modified time | relevance | path

Searched refs:preserve_hint_undoes (Results 1 – 2 of 2) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dfreetype.c231 …extern int preserve_hint_undoes; /* users don't expect that rasterizing the glyph will cause an un… in __FreeTypeFontContext()
232 …int phu = preserve_hint_undoes; /* if metrics view & char view are open, and a change is made in … in __FreeTypeFontContext()
240 preserve_hint_undoes = false; in __FreeTypeFontContext()
247 preserve_hint_undoes = phu; in __FreeTypeFontContext()
H A Dcvundoes.c78 int preserve_hint_undoes = true; variable
672 if ( !preserve_hint_undoes ) in SCPreserveHints()