Wrong font size
Font size is smaller than specified size.
Fixed. // lf.lfHeight = -size * GetDeviceCaps(hDC, LOGPIXELSY) / 96; lf.lfHeight = -size * GetDeviceCaps(hDC, LOGPIXELSY) / 72;
Font size is smaller than specified size.