Disabling Direct2D
Revision as of 15:02, 7 September 2026 by Petr.Bures (talk | contribs) (Created page with "In case of problems in Fine output viewers you can try to disable Direct2D an use old GDI+ instead. It is done by creating variable in Registry. <code>Windows Registry Editor Version 5.00</code> <code>[HKEY_CURRENT_USER\Software\Fine\<Edition>\POB]</code> <code>"ForceGDI"=dword:00000001</code> where <code><Edition></code> should be replaced by Product edition, for example <code>2026</code>")
In case of problems in Fine output viewers you can try to disable Direct2D an use old GDI+ instead.
It is done by creating variable in Registry.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Fine\<Edition>\POB]
"ForceGDI"=dword:00000001
where <Edition> should be replaced by Product edition, for example 2026