Skip to content
  • David C. Lonie's avatar
    Add a debug-only yellow dot at the text alignment point. · 1d9e3edb
    David C. Lonie authored
    In addition to painting the texture background a transparent
    grey, vtkFreeTypeTools::SetDebugTextures(true) will now make
    the alignment texel yellow.
    
    To use:
    
    #include <vtkFreeTypeTools.h>
    
    vtkFreeTypeTools::GetInstance()->DebugTexturesOn();
    1d9e3edb