Author Topic: Font in Code Completion suggestion list is larger when DirectWrite is enabled  (Read 3702 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Anyone notice the font size differences in the suggestion list when DirectWrite is enabled or not?

See the images below.

I'm using the Fira Code font.

Is it related to this thread: CodeBlocks and Fira Code issues?

BTW: I'm testing the latest nightly build version. (svn rev 12233)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.