Home
last modified time | relevance | path

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

/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Dpstoeditoptions.h147 OptionT < bool, BoolTrueExtractor > disabledrawtext ;//= false; variable
304disabledrawtext (true, "-ndt",noArgument,t_t,"fully disable any \"intelligence\" for drawing text… in PsToEditOptions()
637 ADD(disabledrawtext); in PsToEditOptions()
H A Dpstoedit.cpp978 if (options.disabledrawtext) { in pstoedit()