使用graphics.DrawString(pstrText, -1, &font, rectF, &stringFormat, &brush);绘制文字,显示不全。 通过字体平滑处理解决:graphics.SetTextRenderingHint(Gdiplus::TextRenderingHintAntiAlias); 来源:https://www.cnblogs.com/zzx-blog/p/11396895.html 标签 gdi