Hmm I think it would be better to apply this only to Windows build (you said in Linux it works well). You may wrap this code with:
Look at http://doc.qt.io/qt-4.8/QtGlobal for platform preprocessor definitions and don't forget to include Dejavu (or any other font you want use for Braille) into your distribution package for Windows.Qt Code:
#ifdef Q_OS_WIN32 #endifTo copy to clipboard, switch view to plain text mode
I believe that Windows 7 includes Braille characters in its Segoe UI Symbol font, but that earlier versions do not. So you have some Windows versions that require a third party font, and others that don'tThere are some free fonts containing just the Braille patterns: http://www.alanwood.net/unicode/font...raillepatterns
Bookmarks