I call GetTextMetrics
on a fixed width font (Consolas).
I expected to see tmAveCharWidth == tmMaxCharWidth
but no, they have different values. So which is the correct one?
I know I could just guess and use the one that seems correct, but that's not really a good plan given that I might get different results if I choose other fonts.
Here is what I have: