Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dpreferences.h471 bool isWinInkEnabled() const { return getBoolValue(winInkEnabled); } in isWinInkEnabled() function
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dmain.cpp821 if (Preferences::instance()->isWinInkEnabled()) { in main()