Skip to content
  • David C. Lonie's avatar
    Add vtkWindow::DetectDPI. · c8d65517
    David C. Lonie authored
    Auto-detecting the screen DPI (which the win32 backend does)
    interferes with testing after we make 2D text rendering
    DPI-aware. Since only one backend supported automatic DPI
    detection, I moved this out into a user method so that folks
    who depend on this behavior can still have it, but we can
    test consistently.
    c8d65517