Aspose::Page::Font::DrFont::IsPoorlyRenderedByGdiPlus 方法

DrFont::IsPoorlyRenderedByGdiPlus method

对 “Microsoft Sans Serif” 字体返回 True。此字体在 GDI+ 中渲染效果较差。参见 Test286 和 Gemini-6959。

static bool Aspose::Page::Font::DrFont::IsPoorlyRenderedByGdiPlus(System::String fontName)
ParameterType描述
fontNameSystem::String字体的名称。

ReturnValue

true if [is poorly rendered by GDI plus] [the specified font name]; otherwise, false.

另见