Aspose::Page::Font::DrFont::IsPoorlyRenderedByGdiPlus method

DrFont::IsPoorlyRenderedByGdiPlus method

Returns True for “Microsoft Sans Serif” font. This one is poorly rendered by GDI+. See Test286 and Gemini-6959.

static bool Aspose::Page::Font::DrFont::IsPoorlyRenderedByGdiPlus(System::String fontName)
ParameterTypeDescription
fontNameSystem::StringName of the font.

ReturnValue

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

See Also