-------------------------------------------------------------------------------- Howdy. I have an app that has a very blurry font. It is used as a plug in in a host music sw app, and can be used stand alone as well; both instances have the blurry font problem. I am looking to try and do something about this, and maybe change the font altogether. The first thing I wanted to give a shot to was changing the font; I have several .dll files associated with the app. The one I really thought would be it is the GUI .dll, but this .dll and all but one aren't required to run the app. The one .dll that IS required to run the app, I tried opening in a Hex Editor. The only thing I found relating to fonts, was as follows: font-family: Arial;font-size: 11px;border: 1px solid black;}QMenu::item:!selected { background-color: %1;color: %2;font-family: Arial;font-size: 11px; }QMenu::item:selected {background-color: blue;color: %2;font-family: Arial;font-size: 11px; }..... I tried changing one, two, and all three of the 'Arial' entries to 'Courier' and also to 'Tahoma' but when I tried starting the app I got an error telling me the .dll was corrupt. Same as when I tired changing 'background-color: blue;color' to 'red' - corrupt .dll. Then I tried changing the px size from 11 to 18, but there was no difference. Anyone have any ideas? if any more info is required here, let me know. Thanks in advance. Cheers.