News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Font in Code Completion suggestion list is larger when DirectWrite is enabled

Started by ollydbg, November 11, 2020, 02:27:51 AM

Previous topic - Next topic

ollydbg

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.

ollydbg

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.