I've done some research on how fonts are used in debugger windows.
Information windows use fixed font, for example FPU status, etc.
Watch window use ancestor font, a dissasembly window use font from editor.
In other windows use built-in 8pt font. I am currently working to have all these windows use the same font. Need this functionality for a codeblocks program or not?