Author Topic: Unification of font support for debugger  (Read 4406 times)

Offline MicroSourceCode

  • Multiple posting newcomer
  • *
  • Posts: 27
Unification of font support for debugger
« on: February 18, 2021, 12:28:30 pm »
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?




Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Unification of font support for debugger
« Reply #1 on: February 18, 2021, 03:55:02 pm »
I don't think using the same font is a good idea for all windows.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline MicroSourceCode

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: Unification of font support for debugger
« Reply #2 on: February 18, 2021, 05:24:18 pm »
Yes, you are right, in theory it is better to have font settings for each window separately, this requires a separate interface.